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