The index of an array refers to the position of the elements within an array. The legal index values are numeric, and the first value is always 0. If you have 3 items in an array, the first item will be index 0, the second will be index 1, and the 3rd will be index 2.