Skip to content

graysonlee123/javascript-modules-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Modules Demo

This simple repo provides a JavaScript modules demo.

Explainer

The main.js file is able to import and execute JavaScript from files in the modules directory.

Run the Demo

Try the demo here.

To run locally, download the repo and serve the files using the VS Code extention Live Server by Ritwick Dey, or any other method you prefer.

Browser Support

As of writing, JavaScript modules have 93% global support.

This example also includes a fallback script for browsers that do not support JavaScript modules.