diff --git a/01_Day_JavaScript_Refresher/01_javascript_refresher.md b/01_Day_JavaScript_Refresher/01_javascript_refresher.md index 7d03fb4..2237cad 100644 --- a/01_Day_JavaScript_Refresher/01_javascript_refresher.md +++ b/01_Day_JavaScript_Refresher/01_javascript_refresher.md @@ -957,7 +957,7 @@ const webTechs = [ ] ``` -1. Declare an _empty_ array; +1. Declare an _empty_ array; .... Done 2. Declare an array with more than 5 number of elements 3. Find the length of your array 4. Get the first item, the middle item and the last item of the array