July 2016
Intermediate to advanced
274 pages
6h 11m
English
In the new version of JavaScript, ECMAScript 6 (also known as ES6), native modules have been introduced. The following points are some of the most important aspects of these modules:
The main idea behind modules in ES6 is to give you complete control over what is accessible to the outside code from inside the module, as well as when the code inside of the module is executed.
Let's have a look at a simple example of an ES6 module.
Read now
Unlock full access