Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Nice, I can see my mistake now. Thank you for taking the time to reply!
Your answers are wrong, for instance, you're returning 10 which ends with 0. These are the three sample tests your code is failing:
And the tests are fine.
I think this these test cases are wrong:
10 should equal 105
-10 should equal -105
201 should equal 2016
105, -105, and 2016 don't end with 0