Guest User

Untitled

a guest
Apr 25th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. false == 0;
  2. // -> true
  3. false == '';
  4. // -> true
  5. false == undefined;
  6. // -> false
  7. false == null;
  8. // -> false
  9.  
  10. =)
Add Comment
Please, Sign In to add comment