Persona3Reload@lemmy.blahaj.zone to 196@lemmy.blahaj.zoneEnglish · 1 month agoRulelemmy.blahaj.zoneimagemessage-square55fedilinkarrow-up1383arrow-down14
arrow-up1379arrow-down1imageRulelemmy.blahaj.zonePersona3Reload@lemmy.blahaj.zone to 196@lemmy.blahaj.zoneEnglish · 1 month agomessage-square55fedilink
minus-squareFiona@discuss.tchncs.delinkfedilinkarrow-up12·edit-21 month 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…