diff --git a/exercises/05.4-Add-items-to-array-looping/app.js b/exercises/05.4-Add-items-to-array-looping/app.js index 89a9460f..c7b31874 100644 --- a/exercises/05.4-Add-items-to-array-looping/app.js +++ b/exercises/05.4-Add-items-to-array-looping/app.js @@ -3,9 +3,5 @@ var arr = [4,5,734,43,45]; //***************** // Your code here // you need to loop 10 times, for example, using a for loop -// for(let i = 0; i<10;i++){ -// your loop content here -// } //***************** -console.log(arr); \ No newline at end of file