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 not change the original parameter array.
I also have mutation problems in JS. Solution seems to be correct.
[ 374, 251, 328, 28, 321, 51, 258, 234, 374, 360, 53, 172, 370 ] Original
You've mutated input array/list - Expected: [374, 251, 328, 28, 321, 51, 258, 234, 374, 360, 53, 172, 370], instead got: [374, 251, 328, 321, 51, 258, 234, 374, 360, 53, 172, 370]
please fix this,
Thank you