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.
This comment has been deleted.
Who cares.
I got this one on a code test via Qualified.
There are so many top programmers without college education who do just fine without math.
Difficulty is often individual.
How can this be time effective?
Is there some way to remove my solution? It is not my solution, I copied it from the solutions on the easy cata just to see if it would pass (attempt only, not submit) it but I did not thought it was gonna get submitted.
Boring solution.
This one was fun :)
This comment is hidden because it contains spoiler information about the solution
Hmm I´m kind of stuck with this:
It should work for random tests too - Expected: 'Maggie, Ned, Homer, Barney, Moe, Marge, Bart, Seymour & Maude', instead got: 'Maggie, Ned, Homer, Barney, Moe, Marge, Bart, , Seymour & Maude'
But in the sample test it looks like this: Test Passed: Value == 'Bart, Lisa, Maggie, Homer & Marge'
I have used trim() and regex. It works when i try [{ name: 'Bart' }, { name: 'Lisa' }, { name: 'Maggie' }, { name: ' ' }, { name: 'Homer' }, { name: 'Marge' }] but not with the random tests.
Some hint would be nice :)
8kyu? No way!
Hello youngfeldt, thank you for a fun, very educational kata.
Very educational kata, thank you for this! And thank you Robert Sedgewick!
Very confusing. I pass the sample tests but when I attempt I only pass the... yes, the sample tests and fail the other 30 tests.