Skip to content

Instantly share code, notes, and snippets.

@wraithan
Created May 16, 2014 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wraithan/4792d3f205b74723b06d to your computer and use it in GitHub Desktop.
Save wraithan/4792d3f205b74723b06d to your computer and use it in GitHub Desktop.
null < 1
// true
null < 0
// false
null == 0
// false
null > 0
// false
null > -1
// true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment