Tag: rest-operator

Spread Operator and Rest Operator in Javascript
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.