Spread vs Rest Operators in JavaScript
What spread operator does?
The spread operator [...] In JavaScript, it is used to expand an array or object into individual elements. It is used to spread all the properties, then combine them. It als
siddhartha-here.hashnode.dev2 min read