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 and ECMAScript 2015 (usually shortened to ES2015). The ECMAScript 2015 standard is newer than CommonJS. Personally I find it more