cm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agoWhich of these javascript expressions is false?lemmy.mlimagemessage-square80linkfedilinkarrow-up1338arrow-down110cross-posted to: programmerhumor@lemmy.ml
arrow-up1328arrow-down1imageWhich of these javascript expressions is false?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square80linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarejaark@infosec.publinkfedilinkEnglisharrow-up1arrow-down1·edit-24 months agoI don’t think my sanity can take all of these explanations. Though I just spotted one that’s worse than null being an object … typeof NaN "number" I mean, come on… it’s even in the fucking name! Edit - fixed capitalisation in ‘NaN’
minus-squareNat (she/they)@lemmy.blahaj.zonelinkfedilinkarrow-up4·4 months agoNumber = IEEE-754 double precision float, which includes NaN, so it makes sense
minus-squarezarkanian@sh.itjust.workslinkfedilinkarrow-up4·4 months agoDouglas Crockford has a whole chapter of these in his latest book. There’s also this classic video.
I don’t think my sanity can take all of these explanations.
Though I just spotted one that’s worse than null being an object …
typeof NaN "number"
I mean, come on… it’s even in the fucking name!
Edit - fixed capitalisation in ‘NaN’
Number = IEEE-754 double precision float, which includes NaN, so it makes sense
Douglas Crockford has a whole chapter of these in his latest book. There’s also this classic video.