All Posts tagged as "ES6"

The beauty of the spread syntax in ES6

One of the many improvements in ES6 is the spread syntax. It allows an iterable to expand in places where 0+ arguments are expected and can also be used to merge objects in a very elegant way.

Read