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.
JS ( in December 2022 ) tests this. Please specify a language.
That's what I see too. I did something like var newArray = array.splice() so that the orginal array would not be mutated, and then did similar techniques on newArray.
The description says "Do not mutate the original array/list." but none of the tests verify this and the point of the excercise does not seem to actually require this.