You are viewing a single thread.
View all comments View context
13 points
*

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

permalink
report
parent
reply