The following lessons were written for FreeCodeCamp's ES5 vs ES6 curriculum.
A lesson on the difference between Import (ES6) and Require (ES5).
A lesson on the export syntax.
A lesson on importing all the values in a given file.
A lesson on exporting a default value from a module.
A lesson on how to import a default export.