Otter@lemmy.ca to Programming@programming.devEnglish · edit-223 days agoWhen Your Last Name Is Null, Nothing Workswww.wsj.commessage-square34fedilinkarrow-up19arrow-down10file-text
arrow-up19arrow-down1external-linkWhen Your Last Name Is Null, Nothing Workswww.wsj.comOtter@lemmy.ca to Programming@programming.devEnglish · edit-223 days agomessage-square34fedilinkfile-text
minus-squarekamiheku@sopuli.xyzlinkfedilinkarrow-up2·22 days agoNo it doesn’t? > Boolean(null) false > Boolean('null') true > null == 'null' false
No it doesn’t?
> Boolean(null) false > Boolean('null') true > null == 'null' false