Q&A
Course Intro
Curriculum
Get Started
1 / 8
What is the index used to access the first item in an array?
Copy
const
fruits
=
[
'Apple'
,
'Banana'
]
;
fruits[
];
//
'Apple'
0
1
2
first
Previous
Confirm