Q. Which symbol is used to spread elements in JavaScript?
β
Correct Answer: (A)
...
Explanation: The spread operator (...) expands iterable values.