Spread vs Rest Operators in JavaScript
May 4 · 5 min read · When ES6 introduced the three dots (...) syntax to JavaScript, it brought a wave of elegant, concise coding patterns. However, because the exact same syntax is used for two entirely different concepts