Also called a list. A data structure that holds a collection of values in a particular order
The position of an element in an array. The first element is at index 0, the second element is at index 1, and so on.
Looping through all of the elements of an array
Array values are stored at a particular index and we access elements in the array by referencing this index value. Index values in Arrays start a 0.
Accesses an element in the array to either update or retrieve.