Q. What will typeof [] return? (A) object (B) array (C) list (D) undefined ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) object Explanation: In JavaScript, arrays are technically objects.