Skip to content

Instantly share code, notes, and snippets.

@Abhinay-g
Created February 19, 2020 07:32
Show Gist options
  • Select an option

  • Save Abhinay-g/36850bcb8fdadee21eb76c1365203b83 to your computer and use it in GitHub Desktop.

Select an option

Save Abhinay-g/36850bcb8fdadee21eb76c1365203b83 to your computer and use it in GitHub Desktop.
ES6 module system
Referance : https://exploringjs.com/es6/ch_modules.html
Modules are singletons. Even if a module is imported multiple times, only a single “instance” of it exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment