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.
Hi, I am passing all the tests except this one:
UnchangedArrayTest
✔ Test Passed: Value == '[2, 7, 4, 3, 9]'
✘ You should not modify the input array! - Expected: '[9, 2, 4, 7, 3]', instead got: '[2, 7, 4, 3, 9]'
Not sure why is happening, seems like [2, 7, 4, 3, 9] is the right result that should be expected.
Will appreciate your help!