Spread Operator (JavaScript)
The spread operator (...) expands an array or object into its individual elements. It is used to copy, merge, or pass collections of values cleanly.
The spread operator (...) expands an array or object into its individual elements. It is used to copy, merge, or pass collections of values cleanly.