Persona3Reload@lemmy.blahaj.zone to 196@lemmy.blahaj.zoneEnglish · 19 hours agoRulelemmy.blahaj.zoneimagemessage-square53fedilinkarrow-up1348arrow-down16
arrow-up1342arrow-down1imageRulelemmy.blahaj.zonePersona3Reload@lemmy.blahaj.zone to 196@lemmy.blahaj.zoneEnglish · 19 hours agomessage-square53fedilink
minus-squareFiona@discuss.tchncs.delinkfedilinkarrow-up8·edit-28 hours 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…