Q. Which operator is used to unpack an array into arguments?
β
Correct Answer: (B)
...
Explanation: The spread operator (...) unpacks array elements.