News

This JavaScript thing might just catch on. The world's most popular programming language is starting to look like a real programming language, with classes, modules, promises and more. There's even a ...
Modules Another interesting new concept in ES6 called Modules is something that JavaScript developers have been using for years.
ES6 added support for native JavaScript modules, which support both the declarative syntax of CommonJS and the asynchronous loading of AMD, among other features.
The community-led Node.js Foundation is out with a new release of its namesake open source JavaScript developer platform, featuring performance upgrades such as faster module loading and more complete ...
It converts ES6 JavaScript code into ES5 JavaScript so that the code can run in even the old browser versions. Transpilers are tools that take the code written in one language as input and convert ...