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.
I submitted a solution using == for object comparison, and it was accepted even for Strings. This works due to the current test cases but may fail in other scenarios where Strings are dynamically created. I think the test cases should be updated to cover such cases. While this kata is beginner-friendly, it's important for beginners to learn proper object equality checking using .equals().