Hacker News new | ask | show | jobs
by pibi 1681 days ago
I love the fact that this small code is still wrong:

  var isOdd = require("is-odd");

  console.log(isOdd([1])); // TRUE!!