Skip to content

Instantly share code, notes, and snippets.

@zonayedpca
Created April 19, 2018 14:04
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 zonayedpca/0692d881da1ad460ceda5138e1be6923 to your computer and use it in GitHub Desktop.
Save zonayedpca/0692d881da1ad460ceda5138e1be6923 to your computer and use it in GitHub Desktop.
function sum(a, b) {
   return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment