Skip to content

Instantly share code, notes, and snippets.

@SarveshKadam
Last active October 20, 2020 11:50
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/11166e65094b47bd9790bef7512b54bf to your computer and use it in GitHub Desktop.
Save SarveshKadam/11166e65094b47bd9790bef7512b54bf to your computer and use it in GitHub Desktop.
// - - Exported file [calculate.js] - - 
function Add (){
this.result = (a,b)=>{
return a + b
}
}
module.exports = new Add()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment