diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index ee865796a3..2d96a91589 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -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.",