Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#2235 from dokkillo/dokkillo-2218
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmahon100 committed Aug 19, 2015
2 parents d42afc8 + 2d06e35 commit f1053a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/basic-javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
"var ourArray = [\"Stimpson\", \"J\", [\"cat\"]];",
"ourArray.shift();",
"ourArray.unshift([\"happy\", \"joy\"]);",
"// ourArray now equals [[\"happy\", \"joy\"], \"Stimpson\", \"J\"]",
"// ourArray now equals [[\"happy\", \"joy\"], \"J\", [\"cat\"]]",
"",
"var myArray = [\"John\", 23, [\"dog\", 3]];",
"myArray.shift();",
Expand Down

0 comments on commit f1053a2

Please sign in to comment.