1 / 8

What is the index used to access the first item in an array?

const fruits = ['Apple', 'Banana'];
fruits[
];
//
'Apple'