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.
imho should be 8kyu
I did it. Pending confirmation.
Change case to CamelCase.
This comment is hidden because it contains spoiler information about the solution
HOW!? Say pls, how did you do this?
It's a little bit tricky on C#, but it's possible to solve😉
Great kata.
My bad, thx for spotting and approved!
TypeScript tests have a chance to generate an empty string, because it composes string from str[randint(0, 26)] characters, but randint function defined in the tests includes upper bound (contrary to python randint), having 1/27 chance to return an undefined (converted to '' later).
Kumite with a small fix
Why do string builder is better than an output string valuable?
Thank you
Fixed.
Test Failed
Expected string length 39 but was 4. Strings differ at index 0.
Expected: "expected and but was is mixed up for c#"
But was: "Word"
-----------^