Otter to [email protected]English • edit-24 months agoWhen Your Last Name Is Null, Nothing Workswww.wsj.comexternal-linkmessage-square36fedilinkarrow-up199
arrow-up199external-linkWhen Your Last Name Is Null, Nothing Workswww.wsj.comOtter to [email protected]English • edit-24 months agomessage-square36fedilink
minus-square@[email protected]linkfedilinkEnglish13•4 months agoJavascript is fun. The video takes a few jabs at ruby and then gives a glimpse into the insanity that is Javascript.
minus-square@[email protected]linkfedilink21•4 months agoNo it doesn’t? > Boolean(null) false > Boolean('null') true > null == 'null' false
Fucking JavaScript
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
No it doesn’t?