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.
JS starting code has an erroneous extra
{
.I'm a UK guy. We use Mr. Not sure what the Wikipedia article was saying with that, but it's not right. Likely the same with the suffixes (though it's so rare to see one, I can't speak to experience with that.) I think it just depends on the situation, the context. A TV channel might drop the dots, a legal document might keep them, etc.
Just giving an example isn't enough. There is some amount of spec below that, but some things are left out--making it an incomplete spec. And making the resulting code kinda brittle, that passes only the tests you've written but it would fail other real-world cases.
It's not mentioned anywhere that prefix/suffix checking should be case-insensitive.
Random tests:
It is unclear how the spec
Every element of the returning string should be capitalized
should be interpreted with name parts containing multiple uppercase letters.And in the end, no matter what the expected behaviour is, it should be in the fixed tests to make sure it's tested. Sometimes it does not appear in the random tests.
These two statements in description contradict with each other. It should be "one or more First Name(s)".
Preloaded
prefixes
andsuffixes
are arrays like this:How are we supposed to comprehend this data structure? When I see
Mister
I do not know what it's supposed to map to, unless I refer to the expected result or the description. (Or in other words, these preloaded arrays are pretty useless.)