Last active
February 10, 2019 00:34
-
-
Save shivkoirala/228b95b1507b68b2223e589dde10bf2a to your computer and use it in GitHub Desktop.
all gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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