JavaScript Spread vs Rest Operators: ... Explained Simply
JavaScript has a syntax that looks deceptively simple:
...
You may have seen it used with arrays, objects, function parameters, or destructuring.
But here's the confusing part:
The same ... syntax ca
maazzz.hashnode.dev9 min read