Hacker News new | ask | show | jobs
by EdgarVerona 4633 days ago
Aye, I did similarly, though for some reason I did >= 0 instead of > -1. I wonder what % of people choose one test approach vs. the other?
1 comments

I chose >= 0, it's fun to learn!