What's the index of the element "orange" in the juices array?

0 because it's the first element in the array1 because it's the first element in the array

The index of the first element in an array always starts at 0.