The remarkable ES6 spread operator

A quick post to write about one of my favourite ES6 feature – Spread operator. What is it?Official (and frankly boring) definition from Mozilla docs: Spread syntax (…) allows an iterable such as an array expression or string to be expanded in places whe… Read more

Similar

How to map a Map [ES6]

2016 come to the end, and ES6 is everywhere. But with ES6, came some new syntax and APIs. This article aims to answer to a very specific…...

Read more »

ES6 Symbols and Its Use Cases

This article is a section from the course ES6 in Practice. I created this course during the last couple of months, because there is an evident need for a resource that helps JavaScript developers p…...

Read more »