Created
February 19, 2020 07:32
-
-
Save Abhinay-g/36850bcb8fdadee21eb76c1365203b83 to your computer and use it in GitHub Desktop.
ES6 module system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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