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, same philosophy :D
Regex is life.
Missing check the conditions, note that the bounce must be < 1
You can do it, but it's usually more common to iterate array.. to manipulate local variables and considerer this like condition to stop is more like the
While
..