swozniak
- Karma
- 13
- Created
- May 5, 2014 (12y ago)
- Submissions
- 0
- Clarifier: Chrome extension replaces “I'm not racist” with “Because I'm racist” (chrome.google.com)
- Show HN: Googlifier – A Chrome Extension that adds googly eyes to photos (swozniak.github.io)
-
I could be convinced into thinking == would return true if null was treated as 0 (so 0 + 0 = 0), but with ===, this doesn't seem right at all, especially considering: typeof null === 'object' and typeof 0 === 'number'…