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.
Worked perfectly thank you,
nice, challenging exercise, keep up the good work!
Yes, there was a bug in php test, my fault.
I fixed it. Please try again now and let know if it works.
Thanks
Using PHP here, when I run my code every test works except the last:
Error: Call to undefined function sortPeople()
It is not in the sample test so I can't really see.
Is it me or is something missing?
Thanks
Thanks for the link and the info.
Not an issue.
Javascript is most popular in this kata, so i think that must be something in your code.
If you don't mind you can past your code and then i can investigate it.
If you talking about javascript it is not issue. It's legal from es5. Moreover it's good practise: https://github.com/airbnb/javascript#commas--dangling
Sorry I forgot. Javascript. Thank you.
About skipping position, it's not said directly, but you can see it in description example.
About conterintuitive - most of rankings work like that, for example, check fifa (must find 2 teams with same points - for now is Sweden and Netherlands, position 14): https://www.fifa.com/fifa-world-ranking/ranking-table/men/.
I do not get a ranking where we skip position number 3... not explained.. conterintuitive..