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.
Numbers from 0 to 9 are encoded 48 to 57 in the ASCII table.
This code will work fine except when you have very very big numbers.
e.g. imagine that the 53rd digit (i = 52) was 3. Well, ASCII of 3 is 51, which is less than 52.