Skip to content

Commit 72cdcba

Browse files
Merge pull request #1 from christadkelly/christadkelly-patch-1
Update app.js
2 parents 0159cbe + b803af9 commit 72cdcba

File tree

1 file changed

+2
-2
lines changed
  • exercises/05.1-Loop_Array

1 file changed

+2
-2
lines changed

exercises/05.1-Loop_Array/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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];
22

3-
// wrap this console.log withing a loop and replace 0 with i
4-
console.log(myArray[0]);
3+
// wrap this console.log within a loop and replace 0 with i
4+
console.log(myArray[0]);

0 commit comments

Comments
 (0)