OsrsNeedsF2P to Programmer Humor · 1 year agoYup, Javascript can go F@#! itselfimagemessage-square39fedilinkarrow-up1141arrow-down14
arrow-up1137arrow-down1imageYup, Javascript can go F@#! itselfOsrsNeedsF2P to Programmer Humor · 1 year agomessage-square39fedilink
minus-squaremycus@kbin.sociallinkfedilinkarrow-up11·edit-21 year agoisn’t === the one that compare types first? I just tried on node and 0 == '0' returns true found the real reason
isn’t
===
the one that compare types first?I just tried on node and
0 == '0'
returns truefound the real reason