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.
I like this code, but I actually, I'm findin someone who don't use any dependencies. :(
Already solved it. TIA
It just means the code failed a test. Presumably it was one of the random tests, if it's already passed the fixed example tests. Unfortunately this kata doesn't give feedback on what the result should have been, but you can probably see that for yourself if you make your code print out the string it was given and the number it intends to return.
What does that mean "Value was not expected"? My basic test is all correct.
Why didn't you mark your question as resolved, then? It's a good thing to clean up things left behind.
This questiong was from last month ago. I already solved the challenge lol
Same here. Got exactly the same outputs but can't pass random tests
Mindblowing
You might want to try easier kata first, then. Try going through some more whites, 8 kyu and 7 kyu, and when you feel comfortable with these, go to more difficult ones (easy yellows), and so on.
I managed to get the static tests to work but the random tests failed as my code didn't work for random names other than the ones in the instructions and sample tests.
I'm very new to Ruby and coding in general (completed the codeacademy course only recently and not done any other katas yet!) and I'm not sure where to start with returning any names, let alone returning the first two names then the number of other people.
Any chance someone could point me in the right direction?
You'll need to provide more info than that... Language? Which input fails? Try reading this first
Me too
My static test is correct. But my random test failed. What is going on?