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.
The Bible is a good book.
Gorgeous!
I still failed about a dozen tests.
Expected: [['Judy', 102], ['Jared', 102], ['Jet', 102], ['Joe', 102], ['John', 102], ['Jude', 102], ['Jackson', 101], ['Jill', 101], ['Jeremy', 100], ['Joel', 100], ['Josephine', 100]], instead got: [['Jared', 102], ['Jet', 102], ['Joe', 102], ['John', 102], ['Jude', 102], ['Judy', 102], ['Jackson', 101], ['Jill', 101], ['Jeremy', 100], ['Joel', 100], ['Josephine', 100]]
Can't pass the random tests in JS. I'm assuming they should be sorted alphabetically when the score is the same, but random test results are not sorted this way.
Expected: [['Jared', 102], ['Jude', 102], ['Joel', 102], ['Jet', 102], ['Josephine', 102], ['Jackson', 102], ['Jill', 101], ['Jeremy', 101], ['John', 101], ['Joe', 100], ['Judy', 100]], instead got: [['Jackson', 102], ['Jared', 102], ['Jet', 102], ['Joel', 102], ['Josephine', 102], ['Jude', 102], ['Jeremy', 101], ['Jill', 101], ['John', 101], ['Joe', 100], ['Judy', 100]]