Skip to content

Instantly share code, notes, and snippets.

@feng-ming
Created June 26, 2013 04:31
Show Gist options
  • Save feng-ming/5864796 to your computer and use it in GitHub Desktop.
Save feng-ming/5864796 to your computer and use it in GitHub Desktop.
1. if (typeOf(x) === 'undefined')
2. if (typeOf(x) !== 'object')
3. if (!x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment