The Spread Operator in Javascript.
The spread operator is a new addition to a set of operators in Javascript ES6. It is denoted by three dots and basically unpacks elements of iterable objects such as arrays, sets, and maps.
Let's have a look at how the spread operator can be useful
L...
varun19.hashnode.dev3 min read