Skip to content

Commit

Permalink
Changed exercise 4-3 wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmc27 committed Sep 21, 2024
1 parent a23ec14 commit 480b3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/04.3-Add_items_to_array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ tutorial: https://www.youtube.com/watch?v=LMOIly1JTes

## 💡 Hints:

+ 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.

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

0 comments on commit 480b3ee

Please sign in to comment.