Skip to content

Instantly share code, notes, and snippets.

@SarveshKadam
Created October 20, 2020 07:24
Show Gist options
  • Save SarveshKadam/3e36774417bfbf23483a7917e9776cc7 to your computer and use it in GitHub Desktop.
Save SarveshKadam/3e36774417bfbf23483a7917e9776cc7 to your computer and use it in GitHub Desktop.
// - - Exported file [calculate.js] - - 
const add = {
 result : (a,b)=>{
 return a + b
 }
}
module.exports = add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment