= AMD
(Asynchronous Module Definition)
This is what AMD looks like.
*There exists tools to bundle RequireJS projects.
= CommonJS
This is what Common JS looks like.
With Browserify, there's an extra step:
That will build the bundle that we reference in our html.
System JS +
= ES6 Modules
Named Exports
Or
Then