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.
Thank you for pointing it out, I'll keep that in mind next time I post
kata hint != kata suggestion
Always remember that whenever you multiply an int to a float, in the case of TS/JS the result will be float. This will funk up the result of your checks, specially if you want to compare a float to an int.