importance: 5 --- # Sort the table There's a table: ```html run
NameSurnameAge
JohnSmith10
PeteBrown15
AnnLee5
.........
``` There may be more rows in it. Write the code to sort it by the `"name"` column.