Q. What will be the result of typeof []? (A) object (B) array (C) list (D) undefined ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) object Explanation: typeof [] returns 'object', because arrays are objects in JavaScript.