Q. Which property gives the number of elements in an array?
β
Correct Answer: (A)
length
Explanation: The length property returns the number of elements in an array.