Every element in an array has a numbered position, or index.
But these indices start at 0. So the first element in an array is at index 0, the second element is at index 1, and so on.
0
1