Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nitayneeman/ac2774dc9b78f0ce94f9be555cdedbd2 to your computer and use it in GitHub Desktop.
Save nitayneeman/ac2774dc9b78f0ce94f9be555cdedbd2 to your computer and use it in GitHub Desktop.
button.addEventListener('click', () =>
import('./module.mjs').then((module) => {
module.myFunction();
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment