What are arrays used for?
which can store a fixed-size collection of elements of the same data type
Describe array literal notation.
where you define a new array using just empty brackets
How are arrays different from “plain” objects?
they have a list
What number represents the first index of an array?
0
What is the length property of an array?
what ever the amount is in the list
How do you calculate the last index of an array?
the object then .lastindexof