swozniak

↗ HN profile [ 39.3 ms ] full profile
Karma
13
Created
May 5, 2014 (12y ago)
Submissions
0
  1. 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'…