Skip to content

Instantly share code, notes, and snippets.

@heinthanth
Last active September 1, 2019 05:21
Show Gist options
  • Save heinthanth/6e565911383ee6a802eb3c3a5d9944cf to your computer and use it in GitHub Desktop.
Save heinthanth/6e565911383ee6a802eb3c3a5d9944cf to your computer and use it in GitHub Desktop.
Typical Function
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