Created
May 5, 2020 12:15
-
-
Save anmolsukki/6c9f427120aecad3a235396d51d872b8 to your computer and use it in GitHub Desktop.
[ NodeJs ] Import Module ( https://repl.it/@anmolsukki/ImportModule )
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
| const firstName = require("./Utils") | |
| console.log(firstName) |
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
| const name = "Anmol" | |
| module.exports = name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment