The Spread Operator in Javascript
With “spread operators”, introduced starting with ECMAScript 6 (ES6), it is possible to copy all or part of an existing array or object into another array or object, combine arrays or objects, and pass an array to a function as a topic.
The notation ...
networkmario.hashnode.dev3 min read