Search
Duplicate
Try Notion
Drag image to reposition
Spread operator(...)
The spread operator is a useful and quick syntax for adding items to arrays, combining arrays or objects, and spreading an array out into a function’s arguments.
“When  is used in the function call, it ‘expands’ an iterable object  into the list of arguments.” —