JS

JavaScript Fundamentals 1 - Array length property

29.

How do you determine the number of elements in an array in JavaScript?

By using the elements method of the array.

By using the size method of the array.

By using the count property of the array.

By using the length property of the array.