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 ee75b98 + 47bc85e commit 47be6d7Copy full SHA for 47be6d7
exercises/05.3-Add-items-to-array/README.md
@@ -10,6 +10,6 @@ tutorial: https://www.youtube.com/watch?v=no9mCu-tvaM
10
11
## 💡 Hint:
12
13
-- You can use the `Math.random()` and `Math.floor()` functions to get random numbers, you should do that inside the loop.
+- You can use the `Math.random()` and `Math.floor()` functions to get random numbers.
14
15
- You have to use the `.push(item)` function to add the new random number to the array.
0 commit comments