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.
Isn't the below expected result incorrect
Shouldn't it be G, followed by KG and than T
My code is returning the value in the left but test is expecting the answer as it is in the right
['3000001G', '2950KG', '3T'] should equal ['2950KG', '3T', '3000001G']