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.
No random tests
This comment is hidden because it contains spoiler information about the solution
The lack of random tests is a known issue (there are open issues below). Please use spoiler flag next time. Closing as a duplicate issue.
This clever solution shows the need of random test cases.
This clever solution shows the need of random test cases.
This comment is hidden because it contains spoiler information about the solution
I marked it as clever because I think that the goals of the kata is implement something to cache the function calls, aren't use a something already implemented.
I finished the kata now and had the same problem, it's not clear what "same nesting structures" means, because all the description examples uses integer values as nested structure, so makes sense to think that "same structure" are values of the same type. Do you agree?
Yup
Marking as resolved...
Marking as resolved...
This comment is hidden because it contains spoiler information about the solution
It seems like there's something wrong with the test expecting the output "#Codewars". The solution I wrote in JavaScript gives the correct output when I test it in VS Code but that test fails here.
The tests check if the function converted words with upper case letter to lower case, for example, an string "hello codeWars" should be "#HelloCodewars". This behavior of the tests aren't explicity said in the kata description. I think that the description must have this information.
I added it. Thanks for the attention.
Loading more items...