Created
October 2, 2018 11:10
-
-
Save tsh-code/62c88558fabea4d04301f420a299e32d 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 add(a, b) { | |
return a + b; | |
} | |
let number = add(2, 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment