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.
When I log out my return statement, I get [ 'one', 'three', 'five', 'four' ]
However, I get this error: expected undefined to deeply equal [ 'one', 'three', 'five', 'four' ]
Could someone please help me understand what is going on?
Weird, weird Kata! But still not bad)
Groovy Translation
Please check and approve!
you won't see that in the funnel given, but if you alter the arguments, you have to find something yourself that will signify an empty space (e.g.
|
,\
,zz
)anything works
This comment is hidden because it contains spoiler information about the solution
Fixed.
For the random tests in python, the wording in the message you get when it is incorrect is switched (ex: when it is supposed to say None should equal ['four'], it says ['four'] should equal None)
Scala translation
Approved
python new test framework
What signifies an empty space in the funnel?
approved
Confirming this is an issue.
Fork addressing this issue here:
https://www.codewars.com/kumite/667cdbbc086a7f00f6dbca18
JS only issue.
Randomize function from test cases is incorrect.
That lead to not unique letters in funnel.
Must be something like:
Interesting finding out how it works.
Loading more items...