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.
do they let anyone write these kata?!
This comment is hidden because it contains spoiler information about the solution
me too
You passed the kata, so you should have been doing something wrong.
My solution for order("is2 Thi1s T4est 3a") returns 'Thi1s is2 3a T4est' just as it should be, but the test says: expected undefined to equal 'Thi1s is2 3a T4est'
Cool kata!!!
closing
There is no test in javascript like that. All tests include two arguments.
This comment is hidden because it contains spoiler information about the solution
Does that happen? In which language?
What should the function return if called with no arguments?
This comment is hidden because it contains spoiler information about the solution
It's not unknown, read the error message:
And that's because
at
requires Node v16.6 at least: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at#browser_compatibilityThis comment is hidden because it contains spoiler information about the solution
My script passed all the requirements in the description but fails the test for some unknown reason