en.javascript.info/2-ui/1-document/11-modifying-document/12-sort-table/task.md
Ilya Kantor 7019d1470d up
2017-02-23 19:03:14 +03:00

442 B

importance: 5


Sort the table

There's a table:

Name Surname Age
John Smith 10
Pete Brown 15
Ann Lee 5
... ... ...

There may be more rows in it.

Write the code to sort it by the "name" column.