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.
While you're right, most people on here try to solve issues as consice, clever or creative :)
So I agree, it's not good practice, and one should never use code like this in production.
It's not the tests that are broken, it's your solution. Maybe you misunderstood the task.
I copied your code and ran it, here's the first bit of feedback:
Your returned
15
is more than 1 digit long. You need to repeat this process until you get one-digit number (15
->1 + 5
->6
)