Skip to content

Instantly share code, notes, and snippets.

@carbide-public
Created December 29, 2016 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carbide-public/56891512c1fcecc01b86a95a1a4a3785 to your computer and use it in GitHub Desktop.
Save carbide-public/56891512c1fcecc01b86a95a1a4a3785 to your computer and use it in GitHub Desktop.
untitled
function blah(bool = true) {
return bool;
}
blah(false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment