es6

  • ECMAScript 2015 - the basics of module loading

    One of the great features of ECMAScript 2015 (previously known as ES6) is built in module loading. In some respects this is nothing new. CommonJS and AMD have been around for a while both of which fill the same role. The key difference is that it is now built into the language spec though it has…

Browse all tags