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.
Not a kata issue then.
You should have rewritten the tests without changing the behaviour of the kata's code, something like this:
Can you say which languages use state and have this keyword?
Your code won't work, have you seen the initial code?
In the tests, your code is used like this:
"some string".IsUpperCase()
, not like this:IsUpperCase("some string")
This will invalidate all solutions as kata description is shared among languages