- What do arrays allow us to do?
Array allowed us to store multiple value in a single variable, or the collection of variable of the same type.
- What index should you use in order to access the first element in an array?
This is the Method
indexOf()
The index is
0.