Currently, I am developing a scheduling application where there are 2 individuals enrolled for 11 different dates.
The functionality I am working on involves allowing the user to click on a month, which will then be added to an array and highlighted. If the same month is clicked again, it should be removed from the array without being highlighted, and only the new date should be added.