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.
Good job man, its works and its will work with all random tests. Its not so bad that there are a lot of lines. I belive that u wull successfully grow up as a programmer. Good luck<3
Yes, it is possible, and the problem is in your code, read this: https://docs.codewars.com/training/troubleshooting#works-but-no
This comment is hidden because it contains spoiler information about the solution
He creates a Set from values argument to remove dupliactes. Set return something like that 'Set(3) { 4, 7, 5 }'. Then he makes a copy of the array to convert Set into a normal array => [4,7,5].
Hope it helps u)
Unhandled rejection TestError: Expected: ' \n**\n \n', instead got: ' \n*\n *\n' they are identical. What is the roblem here?
This comment is hidden because it contains spoiler information about the solution
in the test with "123". It icnludes "\n" after it "123\n". So check it too.
dumb kata
I saw a lot of pepole talking about bags in this kata. They couldnt find the surface.
Spoiler...?
This comment is hidden because it contains spoiler information about the solution