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.
Ruby:
def self.get_quote(quotes,hero)
hero
, which contradicts the kata's specification.Ruby 3.0 should be enabled.
(python at least)
The Joker sometimes replaces more than one character in their names. The instructions should explain that since that tripped me up.
Why are the JS/Python/Ruby variants written in OOP style instead of the usual function style? I guess that the original kata was in Java, where you have to use a (static) method, but in the other languages it's rather verbose.