From 069e17e5675d324667b2c787f312078bae0008e7 Mon Sep 17 00:00:00 2001 From: George Mihov <53583283+gmihov001@users.noreply.github.com> Date: Wed, 1 Sep 2021 10:33:44 -0400 Subject: [PATCH] Update README.md --- exercises/05.4-Add-items-to-array-looping/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/05.4-Add-items-to-array-looping/README.md b/exercises/05.4-Add-items-to-array-looping/README.md index 3859fead..996d4e0c 100644 --- a/exercises/05.4-Add-items-to-array-looping/README.md +++ b/exercises/05.4-Add-items-to-array-looping/README.md @@ -2,7 +2,7 @@ tutorial: https://www.youtube.com/watch?v=QLnkSPNTgNo --- -# `05.4` Loop and add items to Array thru looping +# `05.4` Loop and add items to array by looping ## 📝 Instructions: @@ -16,4 +16,4 @@ tutorial: https://www.youtube.com/watch?v=QLnkSPNTgNo + You can use the` Math.random()` and `Math.floor()` functions to get random numbers, you should do that inside the loop. -+ On each loop iteration you have to use the `.push(item)` function to add the new random number to the array. \ No newline at end of file ++ On each loop iteration you have to use the `.push(item)` function to add the new random number to the array.