Skip to content

Instantly share code, notes, and snippets.

@bripkens
Created November 24, 2012 06:25
Show Gist options
  • Save bripkens/4138655 to your computer and use it in GitHub Desktop.
Save bripkens/4138655 to your computer and use it in GitHub Desktop.
'JavaScript, State of the Art' article series: eqeqeq
> "42" === 42
false
> undefined === null
false
> 42 === 42.0
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment