Persona3Reload@lemmy.blahaj.zone to 196@lemmy.blahaj.zoneEnglish · 4 days agoRulelemmy.blahaj.zoneimagemessage-square56fedilinkarrow-up1386arrow-down16
arrow-up1380arrow-down1imageRulelemmy.blahaj.zonePersona3Reload@lemmy.blahaj.zone to 196@lemmy.blahaj.zoneEnglish · 4 days agomessage-square56fedilink
minus-squareFiona@discuss.tchncs.delinkfedilinkarrow-up13·edit-24 days agoAnd that isn’t even the worst thing about it… The implementation looks like this: function isEven(i) { return !isOdd(i); }; And yes, is-odd is a dependency that in turn depends on is-number…
And that isn’t even the worst thing about it…
The implementation looks like this:
function isEven(i) { return !isOdd(i); };
And yes, is-odd is a dependency that in turn depends on is-number…