The spread operator in JavaScript
My latest post on JavaScript - Spread operator fully explained is here.
What does Spread Operator do?
It expands an iterable object into the list of arguments. (Arrays, Objects, Strings )
When ...arr is used in the function call, it 'expands' an i...
rahulism.hashnode.dev3 min read