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.
1 parent 3347deb commit 58ba1f0Copy full SHA for 58ba1f0
exercises/05.3-Add-items-to-array/README.md
@@ -1,8 +1,12 @@
1
+---
2
+tutorial: https://www.youtube.com/watch?v=no9mCu-tvaM
3
4
+
5
# `05.3` Add Items to Array
6
7
Add 2 random integers to the "arr" list (no need to loop) and print the array on the console
8
9
## 💡 Tips:
10
11
- You can use the Math.random() and Math.floor() functions to get random numbers, you should do that inside the loop
-- You have to use the `.push(item)` function to add the new random number to the array.
12
+- You have to use the `.push(item)` function to add the new random number to the array.
0 commit comments