1Show HN: Googlifier – A Chrome Extension that adds googly eyes to photos (opens in new tab)(swozniak.github.io)4swozniak11y ago1Save
2In JavaScript, why does (null + null === 0) return true?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'andtypeof 0 === 'number'Can someone explain?show more1swozniak12y ago4Save