Skip to content

Instantly share code, notes, and snippets.

@SarveshKadam
Created October 20, 2020 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SarveshKadam/0f27ebfc267d89974827165e83d4a051 to your computer and use it in GitHub Desktop.
Save SarveshKadam/0f27ebfc267d89974827165e83d4a051 to your computer and use it in GitHub Desktop.
// - - Main file[main.js] - - 
const add = require('./calculate')
const result = add.result(2,1)
console.log(result); //Output : 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment