JavaScript Spread Operator Explained
Spread Operator
Spread Operator just expands the whole array into all it's elements.
The spread operator was added to JavaScript in ES6 (ES2015), just like the rest parameters, which have the same syntax: three magic dots ….
We can use the spread ...
mdvlpr.hashnode.dev2 min read
Ákos Kőműves
Full-Stack Developer and Writer
This is one of my favorite addictions in ES6. Great post 👏