pull/2074/head
Juan Martínez 2015-08-18 14:05:51 +00:00
parent 456bf20b05
commit 91795de83f
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@
"// 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\" && typeof(data) !== \"undefined\"){(function(y,z){return('myArray = ' + JSON.stringify(y) + ', data = ' + JSON.stringify(z));})(myArray, data);}"
"if(typeof(myArray) !== \"undefined\" && typeof(myData) !== \"undefined\"){(function(y,z){return('myArray = ' + JSON.stringify(y) + ', myData = ' + JSON.stringify(z));})(myArray, myData);}"
],
"type": "waypoint",
"challengeType": 1