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.
you need to test whether there are an equal amount of x's to o's.
In the case you mentioned above there are 3 x's and 2 o's which is an uneven amount so you must return false :)
anytime, I wish you the best of luck :)
This comment is hidden because it contains spoiler information about the solution
What you want to start with is inspecting the source code of the preloaded function
blackbox
, good luck :)you need to push the words
Fizz
andBuzz
into the array at the correct points.