A short summary of ES6 features and their ES5 equivalents

es6-summary – A short summary of ES6 features and their ES5 equivalents… Read more

Similar

ES6 – Understanding Destructuring

Cover Photo by MichaÅ‚ Parzuchowski on Unsplash Introduction Destructuring is a very powerful feature that was introduced with ES6 version of JavaScript. This article will provide a comprehensive overview about everything that you'll need to know abou... (more…)

Read more »

Regular Expressions in a post-ES6 world

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 »