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.
shot operator
I am a year late, but what does the ! mean ? Never mind, I got it. Had a brain fart
The random tests in JS are not broken. I solved it. So they are not broken.
As myjinxin2015 said: If you change the array, it could lead to problems.
This comment is hidden because it contains spoiler information about the solution
it seems that you modified the input array.
random test are broken.
Every time:"There should be 0 solutions in this list of words. - Expected: 0, instead got: 'my_answer'".
But [words] has sets of words like [call,cell,cill,coll,cull] and other.
Resolved. (it's necessary to fix random tests)
If i change incoming array words(at the end length = 0), then i get 'Expected: 0' and random test are incorrect.
I have to make a copy of an incoming array.
This comment is hidden because it contains spoiler information about the solution