fixed the moved some comments in a seed that were causing confusion

This commit is contained in:
benmcmahon100 2015-08-17 21:11:01 +01:00
parent 449f2a0905
commit 161138d4c6

View File

@ -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.",