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.
2 parents c6af8ac + 069e17e commit 26c2085Copy full SHA for 26c2085
exercises/05.4-Add-items-to-array-looping/README.md
@@ -2,7 +2,7 @@
2
tutorial: https://www.youtube.com/watch?v=QLnkSPNTgNo
3
---
4
5
-# `05.4` Loop and add items to Array thru looping
+# `05.4` Loop and add items to array by looping
6
7
## 📝 Instructions:
8
@@ -16,4 +16,4 @@ tutorial: https://www.youtube.com/watch?v=QLnkSPNTgNo
16
17
+ You can use the` Math.random()` and `Math.floor()` functions to get random numbers, you should do that inside the loop.
18
19
-+ 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.
0 commit comments