Challenge #4: Sort Roster
Modify the roster toolbar to provide an option of sorting the students.
We'll cover the following...
Problem statement
TypeScript arrays have a sort function. ...
Modify the roster toolbar to provide an option of sorting the students.
TypeScript arrays have a sort function. ...