Q. Which method can be used to iterate over an array? (A) forEach() (B) map() (C) for...of (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above Explanation: All listed options can be used to iterate over arrays.