JavaScript spread operator vs rest parameter -Major difference and Use Cases.
What are spread operators and rest paremeters?
The spread operator and rest paremeter are important concepts used with arrays, functions and objects in JavaScript. A rest paremeter can be seen as an operator that allows you represent an unspecified n...
rashidatjay.hashnode.dev5 min read