Skip to content

Instantly share code, notes, and snippets.

@ayosec
Created May 19, 2011 19:01
Show Gist options
  • Save ayosec/981462 to your computer and use it in GitHub Desktop.
Save ayosec/981462 to your computer and use it in GitHub Desktop.
# Firebug console
>>> var j = [0];
undefined
>>> j == !j
true
>>> j === !j
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment