What is spread operator in ES6?

The spread operator is a feature of JavaScript introduced with ES6 that gives you access to the insides of an iterable object . The term “iterable object” is really just a computer science-y term for a category of data types. Specifically: arrays, objects literals, and strings.4 Ara 2019

Read more