Spread vs Rest Operators in JavaScript
Introduction
In modern JavaScript (ES6), we often use ... โ but it can behave in two completely different ways:
๐ Spread Operator (expands values)
๐ Rest Operator (collects values)
Even though they
spread-vs-rest-operator.hashnode.dev4 min read