Skip to content

Instantly share code, notes, and snippets.

@anmolsukki
Created May 5, 2020 12:15
Show Gist options
  • Select an option

  • Save anmolsukki/6c9f427120aecad3a235396d51d872b8 to your computer and use it in GitHub Desktop.

Select an option

Save anmolsukki/6c9f427120aecad3a235396d51d872b8 to your computer and use it in GitHub Desktop.
[ NodeJs ] Import Module ( https://repl.it/@anmolsukki/ImportModule )
const firstName = require("./Utils")
console.log(firstName)
const name = "Anmol"
module.exports = name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment