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.
Same problem I had, it has to be 'FizzBuzz' not 'Fizzbuzz'.
I feel like having to account for an empty string should have been in the instructions on an 8 Kyu.
I think it was pretty good because although not very intuitive or forgiving it forces you to really think about how you're going to solve the problem.
This comment is hidden because it contains spoiler information about the solution
Since things are 'truthy' unless they're set to false you can omit '== true'