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.
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.
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.
tried all options but still same issue poping up...any suggestions?
Sure... Maybe check for trailing whitespace.
I am getting same as answer but still getting error but my solution and answer is the same as fuck ?
This comment is hidden because it contains spoiler information about the solution
Loading more items...