Otter@lemmy.ca to Programming@programming.devEnglish · edit-21 day agoWhen Your Last Name Is Null, Nothing Workswww.wsj.comexternal-linkmessage-square32fedilinkarrow-up186arrow-down13file-text
arrow-up183arrow-down1external-linkWhen Your Last Name Is Null, Nothing Workswww.wsj.comOtter@lemmy.ca to Programming@programming.devEnglish · edit-21 day agomessage-square32fedilinkfile-text
minus-squarekamiheku@sopuli.xyzlinkfedilinkarrow-up16·1 day agoNo it doesn’t? > Boolean(null) false > Boolean('null') true > null == 'null' false
minus-squareGoodEye8@lemm.eelinkfedilinkEnglisharrow-up13·1 day agoJavascript is fun. The video takes a few jabs at ruby and then gives a glimpse into the insanity that is Javascript.
Fucking JavaScript
No it doesn’t?
> Boolean(null) false > Boolean('null') true > null == 'null' false
Srsly?
Javascript is fun. The video takes a few jabs at ruby and then gives a glimpse into the insanity that is Javascript.
More of this please
!![] + !![] == 2