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.
1 parent 49aab9f commit 2896325Copy full SHA for 2896325
exercises/05.4-Add-items-to-array-looping/app.js
@@ -3,9 +3,5 @@ var arr = [4,5,734,43,45];
3
//*****************
4
// Your code here
5
// 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
-// }
9
10
11
-console.log(arr);
0 commit comments