Why Does JavaScript Feel So AbSuRd? Part - 1
Why Does JavaScript Feel So AbSuRd?
Try answering these all? [] == false // true 0.1 + 0.2 === 0.3 // false typeof null // "object" NaN === NaN // false 9007199254740992 === 9007199254740993 // true
D
zaxx-blog.hashnode.dev11 min read