Skip to content

Commit 0724db6

Browse files
authoredFeb 21, 2024
Merge pull request #132 from christadkelly/master
Fixed misspelling on exercise 5.1 app.js
2 parents 893d0bd + 24ae981 commit 0724db6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

‎exercises/05.1-Loop_Array/app.js

Lines changed: 1 addition & 1 deletion
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
3+
// wrap this console.log within a loop and replace 0 with i
44
console.log(myArray[0]);

0 commit comments

Comments
 (0)
Please sign in to comment.