Skip to content

Instantly share code, notes, and snippets.

@shivkoirala
Last active February 10, 2019 00:34
Show Gist options
  • Save shivkoirala/228b95b1507b68b2223e589dde10bf2a to your computer and use it in GitHub Desktop.
Save shivkoirala/228b95b1507b68b2223e589dde10bf2a to your computer and use it in GitHub Desktop.
all gist
function Add(num1 , num2 ){
return num1 + num2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment