Each value in an array has a specific position, known as the index. By using the index we can retrieve specific values.

Here it is in action.

The first value in the array has an index of [0], the second has an index of [1], the third has an index of [2], and so on.