Skip to content

Instantly share code, notes, and snippets.

@jerryq27
Forked from MichalZalecki/wtf.js
Last active April 29, 2019 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerryq27/9132646dcf7e00a80b04b0ca0bf8ee06 to your computer and use it in GitHub Desktop.
Save jerryq27/9132646dcf7e00a80b04b0ca0bf8ee06 to your computer and use it in GitHub Desktop.
For presentation.
'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