Q. Which operator is used to unpack an array into arguments? (A) & (B) ... (C) * (D) => ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) ... Explanation: The spread operator (...) unpacks array elements.