RRohitinzaxx-blog.hashnode.dev·6h ago · 11 min readWhy Does JavaScript Feel So AbSuRd? Part - 2If Part 1 was about JavaScript doing suspicious things with values and bullshit like that , Part 2 is where we meet the thing that makes JavaScript feel like an actual programming language and, occasi00
RRohitinzaxx-blog.hashnode.dev·1d ago · 11 min readWhy Does JavaScript Feel So AbSuRd? Part - 1Why 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 D00