Created
January 31, 2017 15:10
-
-
Save jimbol/baafb5362c7dc809358e5112c9f8aab7 to your computer and use it in GitHub Desktop.
equals equals null
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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