Spread vs Rest Operators in JavaScript
When you see three dots ... in JavaScript, it can mean two different things depending on how it is used. Sometimes it expands values.Sometimes it collects values. These two behaviors are called the sp
May 7, 20265 min read16


