Merge pull request #2451 from ahstro/ahstro-2440
Moved myArray into 'Only change code'-block
This commit is contained in:
@ -432,9 +432,9 @@
|
|||||||
"challengeSeed": [
|
"challengeSeed": [
|
||||||
"//var array = [\"John\", 23];",
|
"//var array = [\"John\", 23];",
|
||||||
"",
|
"",
|
||||||
"var myArray = [];",
|
|
||||||
"// Only change code below this line.",
|
"// Only change code below this line.",
|
||||||
"",
|
"",
|
||||||
|
"var myArray = [];",
|
||||||
"",
|
"",
|
||||||
"// Only change code above this line.",
|
"// Only change code above this line.",
|
||||||
"// We use this function to show you the value of your variable in your output box.",
|
"// We use this function to show you the value of your variable in your output box.",
|
||||||
@ -457,9 +457,9 @@
|
|||||||
],
|
],
|
||||||
"challengeSeed":[
|
"challengeSeed":[
|
||||||
"var ourArray = [[\"the universe\", \"everything\", 42]];",
|
"var ourArray = [[\"the universe\", \"everything\", 42]];",
|
||||||
"var myArray = [];",
|
|
||||||
"// Only change code below this line.",
|
"// Only change code below this line.",
|
||||||
"",
|
"",
|
||||||
|
"var myArray = [];",
|
||||||
"",
|
"",
|
||||||
"// Only change code above this line.",
|
"// Only change code above this line.",
|
||||||
"// We use this function to show you the value of your variable in your output box.",
|
"// We use this function to show you the value of your variable in your output box.",
|
||||||
|
Reference in New Issue
Block a user