Merge pull request #3516 from abhisekp/waypoint-modify-array-data
Correct comment in Waypoint - Modify Array Data With Indexes
This commit is contained in:
@ -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.",
|
||||
"",
|
||||
|
Reference in New Issue
Block a user