We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 893d0bd + 24ae981 commit 0724db6Copy full SHA for 0724db6
exercises/05.1-Loop_Array/app.js
@@ -1,4 +1,4 @@
1
let myArray = [232,32,1,4,55,4,3,32,3,24,5,5,5,34,2,3,5,5365743,52,34,3,55,33,435,4,6,54,63,45,4,67,56,47,1,34,54,32,54,1,78,98,0,9,8,98,76,7,54,2,3,42,456,4,3321,5];
2
3
-// Wrap this console.log withing a loop and replace 0 with i
+// wrap this console.log within a loop and replace 0 with i
4
console.log(myArray[0]);
0 commit comments