@cm0002@lemmy.world to Programmer Humor@programming.dev • 1 month agoWhich of these javascript expressions is false?lemmy.mlimagemessage-square83fedilinkarrow-up1513arrow-down111cross-posted to: programmerhumor@lemmy.ml
arrow-up1502arrow-down1imageWhich of these javascript expressions is false?lemmy.ml@cm0002@lemmy.world to Programmer Humor@programming.dev • 1 month agomessage-square83fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square@jaark@infosec.publinkfedilinkEnglish4•edit-21 month 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-square@zarkanian@sh.itjust.workslinkfedilink5•1 month agoDouglas Crockford has a whole chapter of these in his latest book. There’s also this classic video.
minus-squareNat (she/they)linkfedilink4•30 days agoNumber = IEEE-754 double precision float, which includes NaN, so it makes sense
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’
Douglas Crockford has a whole chapter of these in his latest book. There’s also this classic video.
Number = IEEE-754 double precision float, which includes NaN, so it makes sense