We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23ec14 commit 480b3eeCopy full SHA for 480b3ee
exercises/04.3-Add_items_to_array/README.md
@@ -10,6 +10,6 @@ tutorial: https://www.youtube.com/watch?v=LMOIly1JTes
10
11
## 💡 Hints:
12
13
-+ You can use Math.random() to generate random numbers, and then use Math.floor() to round them down to the nearest integer.
++ You can use the Math.random() function to generate random numbers, and then use the Math.floor() function to round them down to the nearest integer.
14
15
+ You have to use the `.push()` function to add the new random numbers to the array.
0 commit comments