DEV Community

Discussion on: Understanding the Spread Operator in JavaScript

Collapse
 
devdammak profile image
Damola Adekoya

I love spread operator it has saved me lot of times.. instead of using Array.prototype.slice..
Because I always mix it up with Array.prototype.splice...

Collapse
 
marinamosti profile image
Marina Mosti

All ways lead to Rome :) But this one is definitely one of the easier/shorter ones

Collapse
 
devdammak profile image
Damola Adekoya

Yeah