jroid8 to Programmer Humor@lemmy.ml · 2 years agoknow the features of your languageimagemessage-square144linkfedilinkarrow-up1648arrow-down123
arrow-up1625arrow-down1imageknow the features of your languagejroid8 to Programmer Humor@lemmy.ml · 2 years agomessage-square144linkfedilink
minus-square𝕱𝖎𝖗𝖊𝖜𝖎𝖙𝖈𝖍linkfedilinkarrow-up1arrow-down2·2 years agoThat’s fair, but it’s close enough that it functions identically
minus-squareFooBarringtonlinkfedilinkarrow-up4·2 years agoOnly for the null case. For other cases it doesn’t function identically, since it also treats "", 0 and undefined the same as null.
That’s fair, but it’s close enough that it functions identically
Only for the
nullcase. For other cases it doesn’t function identically, since it also treats"",0andundefinedthe same asnull.