Skip to content

Instantly share code, notes, and snippets.

@th3james
Created September 13, 2011 18:30
Show Gist options
  • Save th3james/1214606 to your computer and use it in GitHub Desktop.
Save th3james/1214606 to your computer and use it in GitHub Desktop.
var some_var;
some_var === null; // false
some_var == null; // true
some_var; // undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment