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.
Your counter is a global variable. This means that whenever your function is called more than once, you use the same counter value to begin with. Declare count under the function and you should be good.
Think about the fact that your counter is a global variable
This comment is hidden because it contains spoiler information about the solution
Sorry about that! Won't happen again.
Please mark spoiler when posting a solution even if it's not complete.
This comment is hidden because it contains spoiler information about the solution