Add output block to "Iterate with JavaScript For Loops" challange

pull/2953/head
Dmytro Yarmak 2015-09-01 13:41:40 +03:00
parent bc66284da9
commit bdd2803923
1 changed files with 8 additions and 1 deletions

View File

@ -824,8 +824,15 @@
" ourArray.push(i);",
"}",
"var myArray = [];",
"//Push the numbers zero through four to myArray using a \"for loop\" like above.",
"",
"// Only change code below this line.",
"",
"// Push the numbers zero through four to myArray using a \"for loop\" like above.",
"",
"// Only change code above this line.",
"// We use this function to show you the value of your variable in your output box.",
"// You'll learn about functions soon.",
"if(typeof(myArray) !== \"undefined\"){(function(){return myArray;})();}",
""
],
"type": "waypoint",