Hacker News new | ask | show | jobs
by solox3 4635 days ago

    > typeof 5.4
      "number"
1 comments

Yea, this is what I realized once I saw the puzzle was throwing junk data like "false" on #5.

I mentally skipped over Justin_Time's solution, figuring I would just hit a float error case because it was going to be a stickler about integers.