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.
Used similar method.
Is
list
really necessary here?..me too
used the exact same method myself
LOL, keep it simple
This comment is hidden because it contains spoiler information about the solution
What language are you having this problem with? Help us help you!
The JS tests are written quite badly, polluting the global namespace all over the place. Other languages may have the same problem, esp. if they were written by the same person ( possibly the original author ).
Just use
b
.Thank you
If it is Python, the test is ok and the expected value is
"This si a tset"
. Print the input to see why.this si a test . Check this test please
Nice solve, this is the best solution
Nice
i can't define var a = -1 or a = n[-1]
not an issue, a question (issue==problem in the kata itself / question==any other kind of problem)
For your current problem: print the inputs to the console, then debug your algo. ;)
random test fails... Why???