Skip to content

Instantly share code, notes, and snippets.

@jimbol
Created January 31, 2017 15:10
Show Gist options
  • Save jimbol/baafb5362c7dc809358e5112c9f8aab7 to your computer and use it in GitHub Desktop.
Save jimbol/baafb5362c7dc809358e5112c9f8aab7 to your computer and use it in GitHub Desktop.
equals equals null
0 == null; // false
'' == null; // false
undefined == null; // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment