Since Chrome version 61, it has been possible to import and export JavaScript modules in the browser. This is a much better way to include scripts in your pages. This video covers the fundamentals of how to set up and code your imports and exports.
File that does importing - https://gist.github.com/prof3ssorSt3v3/b8fa4b9549649b99d73b46c6e0f22a13
File that gets exported - https://gist.github.com/prof3ssorSt3v3/172cb334bb8980be75db280dc2459a66
Download
0 formats
No download links available.
Importing and Export ES6 Modules in the Browser | NatokHD