Spread vs Rest Operators in JavaScript
When working with arrays, objects, and functions in JavaScript, you will often see this syntax: ...This is used in two ways: the spread operator and the rest operator.
Even though they look the same,
soumyaditya-blog.hashnode.dev3 min read