-
-
Save jerryq27/9132646dcf7e00a80b04b0ca0bf8ee06 to your computer and use it in GitHub Desktop.
For presentation.
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
'2' == 2 | |
'2' === 2 | |
[] + [] | |
[] == [] | |
typeof [] | |
typeof null | |
null instanceof Object | |
// Favorite | |
0 > null | |
0 >= null | |
0 == null | |
// https://github.com/npm/npm/pull/3180 | |
// https://github.com/npm/npm/pull/3299 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment