Skip to content

Commit beb023e

Browse files
authored
Merge pull request #31 from gmihov001/patch-4
Make exercise more challenging
2 parents 47be6d7 + 2896325 commit beb023e

File tree

1 file changed

+0
-4
lines changed
  • exercises/05.4-Add-items-to-array-looping

1 file changed

+0
-4
lines changed

exercises/05.4-Add-items-to-array-looping/app.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@ var arr = [4,5,734,43,45];
33
//*****************
44
// Your code here
55
// you need to loop 10 times, for example, using a for loop
6-
// for(let i = 0; i<10;i++){
7-
// your loop content here
8-
// }
96
//*****************
107

11-
console.log(arr);

0 commit comments

Comments
 (0)