diff --git a/exercises/05.4-Add-items-to-array-looping/README.md b/exercises/05.4-Add-items-to-array-looping/README.md index 3859fead..996d4e0c 100644 --- a/exercises/05.4-Add-items-to-array-looping/README.md +++ b/exercises/05.4-Add-items-to-array-looping/README.md @@ -2,7 +2,7 @@ tutorial: https://www.youtube.com/watch?v=QLnkSPNTgNo --- -# `05.4` Loop and add items to Array thru looping +# `05.4` Loop and add items to array by looping ## 📝 Instructions: @@ -16,4 +16,4 @@ tutorial: https://www.youtube.com/watch?v=QLnkSPNTgNo + You can use the` Math.random()` and `Math.floor()` functions to get random numbers, you should do that inside the loop. -+ On each loop iteration you have to use the `.push(item)` function to add the new random number to the array. \ No newline at end of file ++ On each loop iteration you have to use the `.push(item)` function to add the new random number to the array.