Skip to content

Commit

Permalink
fixed the moved some comments in a seed that were causing confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmahon100 committed Aug 17, 2015
1 parent f0f75ee commit 0bbb5cf
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 @@ -615,9 +615,9 @@
"// ourArray now equals [\"J\", [\"cat\"]]",
"",
"var myArray = [\"John\", 23, [\"dog\", 3]];",
"var myRemoved = myArray; // This should be [\"John\"] and myArray should now be [23, [\"dog\", 3]]",
"// Only change code below this line.",
"",
"var myRemoved = myArray; // This should be [\"John\"] and myArray should now be [23, [\"dog\", 3]]",
"",
"// Only change code above this line.",
"// We use this function to show you the value of your variable in your output box.",
Expand Down

0 comments on commit 0bbb5cf

Please sign in to comment.