What do we know about an array's element at index 1?

It's the second element in an arrayIt's the first element in an arrayIt's always a string valueWe can't update it

It's the second element in an array.