JS

Arrays in JavaScript - Access the full array in Ja...

28.

Which of the following options allows you to access the full array in JavaScript?

array[]

array.length

array.all

array[0]