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.
There is no way to solve this on the first try with no tests (c#). There is a call that is never mentioned. I had to forfeit just to find out what the heck they were even going for.
Interesting observation!
Which language is this for?
The test isn't working. If you test the correct answer it returns false, if you submit it, it is accepted.
Missing fixed and random tests such as
num_1 = 6
&&num_2 = 10
inRuby which will invalidate such solutions
JS which will invalidate such solutions
there is no word that the class should contain a method
GetColor()
Not a kata issue, ball_type should be a property, not a method. It's a problem in your code.
Guys i think something is wrong, when i try to execute the code like ball1.ball_type() which is i think the true writing, everything works fine
but if write it without brackets like ball1.ball_type it doesnt gives the result
This comment is hidden because it contains spoiler information about the solution
Updated to Scala 3
Not a kata issue, and changing that now is unfair.
Tests don't account for hyphenated or double names ('Amelia-Rose', 'Mary Jane', etc.)
Loading more items...