|
|
|
@ -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
|
|
|
|
|