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.
I'll leave a label for myself - this is an interesting solution))
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Yes.
You're talking about javascript, right?
One of the criteria is "More than 3 characters but less than 20". Which means 4 to 19 characters. But in tests we see check "<=20".
Yes, RESET helps. Big Thanks for you! I never yet meets with this error...
Click reset, you probably edited the sample test. It should be like this:
Can anybody test the task:
We have in introduce "Write a function that takes an array..." and the test which has not an array, but something this ( , { 'a': 2, 'b': 3 })
And as result test ends with next error:
"/home/codewarrior/index.js:15
Test.assertSimilar( , { 'a': 2, 'b': 3 });
......................................^
SyntaxError: Unexpected token ,
at createScript (vm.js:80:10)..."
Even if all my code is "return array;" i see the same error...
The best of the Best!
The result is 100% guaranteed.
you cannot
I can't find how i can delete this solution...
For what you wrote your solution here?