Skip to content

Commit 480b3ee

Browse files
committed
Changed exercise 4-3 wording
1 parent a23ec14 commit 480b3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/04.3-Add_items_to_array/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ tutorial: https://www.youtube.com/watch?v=LMOIly1JTes
1010

1111
## 💡 Hints:
1212

13-
+ You can use Math.random() to generate random numbers, and then use Math.floor() to round them down to the nearest integer.
13+
+ 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.
1414

1515
+ You have to use the `.push()` function to add the new random numbers to the array.

0 commit comments

Comments
 (0)