Modules

Since the ES6 version of javascript large programs are easily broken into smaller reusable modules that will be imported into a running application.

Use the <script type="module"> to import at will.