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 »
then you may feel a bit lost at times. The syntax can seem weird, confusing, or sometimes you just don’t know what to look for. I’ve compiled a brief list of the most common ES6+ features that I see… (more…)
Read more »
Axel has been writing about ECMAScript 6 since early 2011.
Read more »
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 »
Reflect is a built-in object that provides methods for interceptable JavaScript operations. The methods are the same as those of proxy… (more…)
Read more »