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 is a really good example of a challenge that needs to be thoroughly commented. Imagine trying to work with all these different answers and figure out what is going on! Comment your code people lol
I'm not sure but I had been doing this same code and i am getting an error
This comment is hidden because it contains spoiler information about the solution
Didn't exactly feel like an 8 kyu exercise. The implementation was simply enough, but the logic I feel like is a bit of a head scratcher.
This comment is hidden because it contains spoiler information about the solution
Basically the line breaks serve to visually structure the final string, so there is no need for one at the end.
Approved.
What was the reason for having the last line with no line break?
Please review and approve my translation thank you for the good Kata.
https://www.codewars.com/kumite/5fc54a32b700aa0021307f59?sel=5fc54a32b700aa0021307f59
Here is the first sample test which shows an expected result having no trailing space. Following that, we can see the results of running your code which shows that you returned first, and then finally what is expected of the test. Your code is definitely producing a trailing
\n
, and the kata tests are correct.I am facing that same problem...
The expected result shows that the basic tests require the trailing '\n' to pass them. My code does not provide that. When I run my solution, it literally prints the exact result requested in the kata. Try it.
your function returns
undefined
, it should return a stringif you look at your error messages they probably tell you this
Read this paragraph of FAQ.
With what you provided, no.
You can try providing input that fails, expected output and your output, OR provide your code.
Loading more items...