Skip to content

Commit 26c2085

Browse files
authored
Merge pull request #32 from gmihov001/patch-3
Update README.md
2 parents c6af8ac + 069e17e commit 26c2085

File tree

1 file changed

+2
-2
lines changed
  • exercises/05.4-Add-items-to-array-looping

1 file changed

+2
-2
lines changed

exercises/05.4-Add-items-to-array-looping/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tutorial: https://www.youtube.com/watch?v=QLnkSPNTgNo
33
---
44

5-
# `05.4` Loop and add items to Array thru looping
5+
# `05.4` Loop and add items to array by looping
66

77
## 📝 Instructions:
88

@@ -16,4 +16,4 @@ tutorial: https://www.youtube.com/watch?v=QLnkSPNTgNo
1616

1717
+ You can use the` Math.random()` and `Math.floor()` functions to get random numbers, you should do that inside the loop.
1818

19-
+ On each loop iteration you have to use the `.push(item)` function to add the new random number to the array.
19+
+ On each loop iteration you have to use the `.push(item)` function to add the new random number to the array.

0 commit comments

Comments
 (0)