cmdrkeen@programming.dev to Programmer Humor@programming.dev · 10 months agoThe Holy Trinity of JavaScriptprogramming.devimagemessage-square72fedilinkarrow-up1732arrow-down111
arrow-up1721arrow-down1imageThe Holy Trinity of JavaScriptprogramming.devcmdrkeen@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square72fedilink
minus-squareLimitless_screaming@kbin.sociallinkfedilinkarrow-up2·edit-210 months agoThat would be weird if a string containing a space wasn’t equal to 0 " " == 0, but that’s not the case in JS. If you think that "" and " " being equal to 0 is weird then I agree, but since they are, you should expect "\t" and "\n" to equal 0 too.
That would be weird if a string containing a space wasn’t equal to 0
" " == 0
, but that’s not the case in JS. If you think that""
and" "
being equal to 0 is weird then I agree, but since they are, you should expect"\t"
and"\n"
to equal 0 too.