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.
You're free to skip it, it's a puzzle, if you don't like them...
It's very annoying to put us on the wrong track with those sample tests. Skipping this one.
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 :)
Your code has problem with repeated numbers, the random tests show the input value, look carefully at what your code does when it fails.
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!
Loading more items...