A Simple Guide to Destructuring and ES6 Spread Operator
Brandon Morelli

A Simple Guide to Destructuring and ES6 Spread Operator

articles

1 highlights

The spread operator allows an iterable to spread or expand individually inside a receiver. Iterables are anything that can be looped over such as strings, arrays, and sets.