Skip to content

Instantly share code, notes, and snippets.

@th3james
Created September 13, 2011 18:27
Show Gist options
  • Save th3james/1214594 to your computer and use it in GitHub Desktop.
Save th3james/1214594 to your computer and use it in GitHub Desktop.
// from
if (some_var == null
// to
if (some_var === null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment