Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/05.4-Add-items-to-array-looping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
+ On each loop iteration you have to use the `.push(item)` function to add the new random number to the array.