Spread vs Rest Operators in JavaScript
JavaScript introduced the ... syntax as part of modern ES6 features, and it quickly became one of the most commonly used operators in development. Interestingly, the same syntax is used for two comple
scripts-core.hashnode.dev6 min read