Spread vs Rest Operators in JavaScript
The spread (...) and rest (...) operators are among the most useful modern features in JavaScript.
At first, they may look confusing because both use the same three dots syntax:
...
But they work dif
javascript-hiteshdhayal.hashnode.dev6 min read