Hacker News new | ask | show | jobs
by idbehold 3355 days ago
Oh, yeah the divideSomeNumbers() function doesn't work correctly. It should probably be using:

  var divider = dividers[divisor] || dividers[undefined];