Fixes Manipulate Arrays With Pop Challen Seed Inconsistancy

This commit is contained in:
SaintPeter 2015-11-07 11:10:59 -08:00
parent 9bbfa0a004
commit d362abdcb6

View File

@ -545,7 +545,7 @@
"",
"// Only change code above this line.",
"",
"(function(y, z){return 'removedFromMyArray = ' + JSON.stringify(y) + ' & removed = ' + JSON.stringify(z);})(myArray, removedFromMyArray);"
"(function(y, z){return 'myArray = ' + JSON.stringify(y) + ' & removedFromMyArray = ' + JSON.stringify(z);})(myArray, removedFromMyArray);"
],
"type": "waypoint",
"challengeType": 1