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.
I have the exact same problem and it's really annoying me
i know it is really ugly like that:( thanks for pointing it out, ill revisit it soon!
Instead of using 9 if statements you could have used 2 for loops inside of eachother. Basically have 1 for loop to check all the different numbers and then have the other for loop change the word you are checking.