Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Forked from yeco/nullIsObject.js
Created February 12, 2010 23:40
Show Gist options
  • Save brianleroux/303114 to your computer and use it in GitHub Desktop.
Save brianleroux/303114 to your computer and use it in GitHub Desktop.
typeof null // object
null instanceof Object // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment