Skip to content

Error in example given #4

@traez

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?

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