Quiz

Test your understanding of arrays in JavaScript.

We'll cover the following...
Technical Quiz
1.

Choose the correct option:

A.

size property is used to get the number of elements of the array

B.

The first element of an array will be at index number 0

C.

You can access a particular element by passing its index within curly braces {}

D.

All of the above


1 / 9