Things I wish I knew about… JavaScript modules
I have to confess it took me a while to get my head around JavaScript modules.
This is at least partly because there are two different popular module systems,
CommonJS [http://www.commonjs.org/] and ECMAScript 2015
[https://en.wikipedia.org/wiki/ECMAScript] (usually shortened to ES2015).
The ECMAScript 2015