Skip to content

Error in example given #4

Description

@traez

In (Basic JavaScript: Store Multiple Values in one Variable using JavaScript Arrays)

Example given is
var sandwich = ["peanut butter", "jelly", "bread"].

Whereas solution to challenge is
var sandwich = ["peanut butter", "jelly", "23"];

Shouldn't a semicolon end the variable in the example and not a fullstop?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions