ES6 array filter, array map, array reduce, template literals, imports and exports, destructuring objects and arrays, class extend and super… (more…)
Read more »
Introduction: Let's revise a bit An amazing curve of learning is to learn facts and then i... (more…)
Read more »
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 »
One of the behind-the-scenes changes that is coming with ES6 is support for tail call optimization (TCO). Tail call optimization means that, if the last expression in a function is a call to another…...
Read more »
Also Default Args, Shorthand Properties, Computed Properties, Spread Operator, String Templates, Block Scoping. The list goes on and on … This is highlighted as red because the current version of…...
Read more »