fixed the moved some comments in a seed that were causing confusion
This commit is contained in:
parent
449f2a0905
commit
161138d4c6
@ -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.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user