Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Created December 16, 2021 03:30
Show Gist options
  • Save mitchallen/062f93858a06eb783ea795343ab3d497 to your computer and use it in GitHub Desktop.
Save mitchallen/062f93858a06eb783ea795343ab3d497 to your computer and use it in GitHub Desktop.
How to Create a JavaScript Module (NodeJS, Browser) (scriptable.com)
<html>
<head>
<title>js-module-01</title>
</head>
<body>
<script type="module" src="./index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment