Skip to content

Instantly share code, notes, and snippets.

@JeffCohen
Last active December 21, 2015 03:19
Show Gist options
  • Save JeffCohen/6241722 to your computer and use it in GitHub Desktop.
Save JeffCohen/6241722 to your computer and use it in GitHub Desktop.
Javascript equality operators
'' == '0'
0 == ''
0 == '0'
false == 'false'
false == '0'
false == undefined
false == null
null == undefined
' \t\r\n ' == 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment