JS Spread syntax ...
Spread syntax (...)
... allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for array literals) are expected. In an object literal, the spread syntax enumerates the p...
bzzz.hashnode.dev4 min read