Skip to content

Instantly share code, notes, and snippets.

@SarveshKadam
Created October 20, 2020 07:58
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/eed33dcdecb5d55015c9c03c3fa0600c to your computer and use it in GitHub Desktop.
Save SarveshKadam/eed33dcdecb5d55015c9c03c3fa0600c to your computer and use it in GitHub Desktop.
// - - Main file[main.js] - - 
const add = require('./calculate')
const result = new add(2,5)
console.log(result.result()); //Output : 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment