I have one issue about code solving challenge... as the last requirement it says that if score of two people are equal, then sort them alphabetically, for instance:
in case: Matthew and Elizabeth, the first comes Matthew in case: Chloe and Abigail, the first comes Abigail in case: Isabella Natalie, the first comes Isabella
Who can explain the logic of sorting them? If we say just comparing letters, the first case should be Elizabeth, not Matthew