Tag: rest-operator
javascript
Spread Operator and Rest Operator in Javascript
The Spread operator, represented by three dots ( ... ). The Rest operator, also represented by three dots ( ... ), works in the opposite way to the Spread operator.