-
-
Save ilearnjavascript/5b87bd7c80bbdd1ac20cc4bc77695ce0 to your computer and use it in GitHub Desktop.
es6 - modules - 2.js
This file contains 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
// named export | |
export const module1 = 'module1'; | |
export const module2 = 'module2'; | |
export const module3 = 'module3'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment