Spread vs Rest Operators in JavaScript
In JavaScript, you might have seen these three dots ...
Sometimes they behave like magic.
Same syntax, but different use.
Sometimes it spreads values Sometimes it collects values
So what’s actually ha
blog.dhiraj.dev3 min read