Last active
September 1, 2019 05:21
-
-
Save heinthanth/6e565911383ee6a802eb3c3a5d9944cf to your computer and use it in GitHub Desktop.
Typical Function
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 demo(foo, bar="baz") { | |
return foo + bar; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment