Q. What will count([1,2,3]) return?
β
Correct Answer: (B)
3
Explanation: count() returns the number of elements in an array.
Explanation: count() returns the number of elements in an array.