Q. What will count([1,2,3]) return? (A) 2 (B) 3 (C) 1 (D) 4 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 3 Explanation: count() returns the number of elements in an array.