-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
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
Labels
No labels