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.
it explicitly says that it should return a sorted array in ascending order but when i attempt i get this message
"The array is not what was expected: expected [ 12, 2, 3, 4, 6, 8 ] to deeply equal [ 2, 3, 4, 6, 8, 12 ]"
had to do it manually to understand what you did haha good job!