Why Prototypical Languages (like ES6) Need Classes

In “prototypical languages” like JavaScript you can use object-instances to do much anything. Typically you do this with the help of “constr… Read more

Similar

5 New ES6 Features in Node.js LTS

A couple of weeks ago, Node.js released its latest LTS: version 6.9.0. I realized this was the case because one of our services broke. It used the nodejs:lts image and got upgraded by mistake....

Read more »

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 »