Skip to content

Commit 58ba1f0

Browse files
authored
Update README.md
1 parent 3347deb commit 58ba1f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
---
2+
tutorial: https://www.youtube.com/watch?v=no9mCu-tvaM
3+
---
4+
15
# `05.3` Add Items to Array
26

37
Add 2 random integers to the "arr" list (no need to loop) and print the array on the console
48

59
## 💡 Tips:
610

711
- You can use the Math.random() and Math.floor() functions to get random numbers, you should do that inside the loop
8-
- 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

Comments
 (0)