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.
Description is too vague. You don't really know what you're trying to solve until you click attempt and can view the test cases
( JS, possibly others )
The Example tests seem to warn for names with accented vowels in them. This then doesn't happen in Submit tests.
Either remove accented letters from the kata completely, or test consistently between example and submit tests ( ie, add fixed and random tests expecting both
true
andfalse
for names with accented vowels ).The description is not accurate in defining correct names, and in defining the input.
A name is a uppercase letter followed by one or more lowercase letters. The input is not necessarily composed of valid names ( this is the whole point of the kata ).
String
,word
,name
,input
andyourID
are sprawling all over. Specifications should be correct, complete, and consistent; what names you call things matters.The meaning may be clear enough to you, it really is not to me.
Fixed. That solution no longer passes.
The grammar is terrible yes, but the meaning is clear enough. There are literally specs at the bottom.
Fixed in CS as well
Fixed. Holy were those random tests bad.
Description promises us a "String" that is specified to be a first name, either hyphenated or not. So
return true
should solve the kata.That is, supposing
yourID
is that string, in which case it is horribly misnamed.I don't suppose things work that way, but it is unclear how things are supposed to work.
Many issues in JavaScript:
Refer to the top-voted solutions.
Approved
python new test framework is required. updated in this fork
Approved
Loading more items...