en.javascript.info/2-ui/1-document/07-modifying-document/12-sort-table/task.md
Ilya Kantor 508969c13f up
2017-02-28 12:54:48 +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.