Merge pull request #3516 from abhisekp/waypoint-modify-array-data

Correct comment in Waypoint - Modify Array Data With Indexes
This commit is contained in:
Arsen Melikyan
2015-09-27 23:52:22 +04:00

View File

@ -520,7 +520,7 @@
"challengeSeed":[
"var ourArray = [1,2,3];",
"ourArray[1] = 3;",
"// ourArray[1] now equals [1,3,3].",
"// ourArray now equals [1,3,3].",
"var myArray = [1,2,3];",
"// Only change code below this line.",
"",