Challenge #4: Sort Roster
Understand how to add sorting functionality to a student roster in an Ionic React app. Learn to use TypeScript's array sort method and implement a toolbar button that sorts students by their last names. This lesson helps you apply sorting logic to enhance app usability and maintainability.
We'll cover the following...
We'll cover the following...
Problem statement
TypeScript arrays have a sort function. ...