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.
i pass these tests apart but i can not pass them together
I have timeout too
It seems to me that some of tests is not work.
ALPHABETICALY:
{name: 'Aoey Jaws', score: 5}
{name: 'Big Bob', score: 5}
{name: 'Coey Jaws', score: 5}
{name: 'Dig Bob', score: 5}
and by the score:
{ "name": "Big Bob", "score": 70 },
{ "name": "Coey Jaws","score": 25 },
{ "name": "Dig Bob", "score": 11},
{ "name": "Aoey Jaws", "score": 5}
it works in VS but not here