Skip to content

Instantly share code, notes, and snippets.

@volkanozcan
Forked from volqii/gist:7930668
Last active August 29, 2015 14:16
Show Gist options
  • Save volkanozcan/b75eca9d014bef53274c to your computer and use it in GitHub Desktop.
Save volkanozcan/b75eca9d014bef53274c to your computer and use it in GitHub Desktop.
javascript:unknown
function foo(a, b)
{
a = typeof a !== 'undefined' ? a : 42;
b = typeof b !== 'undefined' ? b : 'default_b';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment