In this blog post, I show six tricks enabled by new ES6 features. At the end of each section, I point to related material in my book “ Expl...
Read more »
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor. (more…)
Read more »
“Getting to Grips with ES6: Template Literals” is published by Andrew Hill...
Read more »
A few months ago I wrote an article describing the various differences that exist between Node.js CommonJS modules and the new ES6 Module… (more…)
Read more »
In this article we’ll take a look at regular expressions in and after ES6. There’s a couple of regular expressions flags which were introduced in ES6: the /y or sticky flag, and the /u or Unicode flag. Then we’ll discuss five proposals which are making th... (more…)
Read more »