DEV Community

Discussion on: The tale of three dots in Javascript

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

I still use the "old way" about as much as the new way ... because I'm old? Actually, no, I think I am used to manipulating things with methods not operators. But JavaScript is changing, pipeline, bind operators for example.

Fun things to know: spread does exist in other languages but in most cases it doesn't do as much as it does in JavaScript.

Collapse
 
sonicoder profile image
Gábor Soós

It is an addition, syntactic sugar, old things still work. It has its pros and cons.