Article
Sharif Ahmed
views 884 times
(...) operator is one of the coolest features of Javascript's ES6. The (...) operator behaves differently in different contexts. In some contexts, it is the "spread" operator and in a different context, this could also be the "rest" operator.