The Git tag for this section is chapter-2-exercises.
-
Add the ability to choose a stylist before choosing a time slot. This should be a dropdown that filters based on the service required, as not all stylists will be qualified to provide all services. You'll need to decide on a suitable data structure to hold this data. Modify availableTimeSlots to list which stylists are available at each time, and update the table to reflect which stylist has been chosen and their availability during the week.