cm0002@lemmy.world to Programmer Humor@programming.dev · 15 days agoWhich of these javascript expressions is false?lemmy.mlimagemessage-square84linkfedilinkarrow-up1506cross-posted to: [email protected]
arrow-up1506imageWhich of these javascript expressions is false?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 15 days agomessage-square84linkfedilinkcross-posted to: [email protected]
minus-squareRemavas@programming.devlinkfedilinkarrow-up2·11 days agoNaN is a special floating point value. https://en.wikipedia.org/wiki/IEEE_754 It’s weird but it makes sense why it was chosen to be this way.
NaN is a special floating point value. https://en.wikipedia.org/wiki/IEEE_754
It’s weird but it makes sense why it was chosen to be this way.