Skip to content

Commit 2896325

Browse files
authored
Make exercise more challenging
By now students have seen how to compose for loop and how to print. They need to practice them.
1 parent 49aab9f commit 2896325

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)