The Three Dots of JavaScript: Rest and Spread Operator

The ES2018 introduced us with the concept of the rest and spread operators. Though the ES2015 already introduced us the spread operator, ES2018 further expanded the syntax by adding spread properties to object literals. Both of them become very usefu… Read more

Similar