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.
?
Can you not just print out the inputs in the function to see them?
Your code also fails in repl.it. It's a problem on how you're sorting, you're mutating the names array at the same time you use it to get the original order, use a shallow copy.
Use
Question
label for things like this:With so little detail, it's only guesswork and it's very hard to help you.