Skip to content

Instantly share code, notes, and snippets.

@polyclick
Last active August 29, 2015 14:25
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 polyclick/c0d22527fdb762724252 to your computer and use it in GitHub Desktop.
Save polyclick/c0d22527fdb762724252 to your computer and use it in GitHub Desktop.
javascript default value parameter
param = typeof param !== 'undefined' ? param : default_value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment