What position do you think "Tina" is at in this array?

12

The first index in an array is always 0. Since "Tina" comes after the first element, it'll have an index of 1.