Created
June 20, 2018 16:19
-
-
Save sadick254/f370897b9253d0074a4f173d4dcfb504 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 sum (num1, num2) { | |
return num1 + num2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment