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.
.
Don't post duplicate issues.
Hello,
I would be very grateful if the creator of this challenge could please review the programming for the tests in JavaScript and - more specifically - the data format that the parameter is formatted in
I have completed this challenge in Pythong and hence this compels myself to concur with the sentiments of the user JohanWiltink
I am also seeing "[ Array(7) ]" which suggests to myself that the input parameter is in a format which JavaScript does not recognise
On that basis, I would be very grateful if the creator of this challenge could please review the programming for the tests in JavaScript
One of the best kata!
PHP Translation to be evaluated, please review
From the description:
If a list is empty return an empty list. If one of the elements is an empty string, that is invalid and should be handled.
I have problems with empty string. What can I do in this case?
my code works but it doesnt pass some random tests where everytime it misses the end element, like:
if the array is {ab , bc , cd , de}
it would return {ab , bc , cd , de} (which is indeed the correct answer)
but on some random tests it returns {ab , bc , cd}
Are you getting an error, or are you returning something different than the expected? Please be more specific, since I'm on my phone I can't easily check for myself. Thanks!
This comment is hidden because it contains spoiler information about the solution
Orc doesn't start with an "e" or a "t". :P The problem is in your code.
Test 2
['dog', 'goose', 'orc'] should equal ['dog', 'goose']
Test 3
['dog', 'goose', 'elephant', 'tiger', 'orc'] should equal ['dog', 'goose', 'elephant', 'tiger']
what's the problem? works as expected in pycharm
This comment is hidden because it contains spoiler information about the solution
That was very interesting that asList() in tests returns another ArrayList.
I had so many problems because of it.:(
This comment is hidden because it contains spoiler information about the solution
Loading more items...