class from descriptionMon, 06 Feb 2023

create class for registering medical staff

Script class medicalStaff: constructor(name, age, gender, status, department) { this.name = name; this.age = age; this.gender = gender; this.status = status; this.department = department; }

Questions about programming?Chat with your personal AI assistant