Although indices aren't always visible, we can count on them to, well, count.

What might be the index of the string "Lori" in the students array?

01

Exactly! Indices always start from 0.

Indices always start from 0, even if it's an array with just one element.