tutorial.eyehunts.com
JavaScript Spread operator vs Rest operator
The spread operator and rest operator are two features introduced in ECMAScript 2015 (ES6) for working with arrays and objects in JavaScript..
Rohit