Its because this line here
Should look like this, you didn't put in the quotation marks before and after
reservedSlots = ["Instructor_1","Instructor_2","Instructor_3","Instructor_4","Instructor_5"];
Anytime you have an array like above you need quotations before and after each class name along with a comma between them
Hope this helps