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.
Thanks for the hint. I'll try something around there.
This comment is hidden because it contains spoiler information about the solution
I have a question. The problem states that the two combs "miss a tooth or two.". However in the second test case is combs("...","."), the first one of those combs has three missing teeth. What am I getting wrong?
This comment is hidden because it contains spoiler information about the solution
I see... Thanks. I'll try that!
Update: I got it! Your tip definitely helped!
Thank you!
This comment is hidden because it contains spoiler information about the solution
I am having a similar problem. Locally my solution seems to work. I get the tests to pass but on the web the results come slighty differently. Any hint? I'll post my code as a spoiler in the next comment if somebody can comment, it would be very much appreciated.
This comment is hidden because it contains spoiler information about the solution
The way this kata is explained makes it much harder than the average kata for this level 8kyu.
It's not the complexity of the problem itself, just the instructions are not appropiate for this level.
Thanks for your answer. I had a console.log(something) right before the final return. I erased it and it worked flawless.
I have a question. I wrote the code and works with all the tests but I get 137 errors for Exit Code. What does it mean?
The result bar was the following:
Time: 4199ms Passed: 73 Failed: 0 Exit Code: 137