Tasks:
-
Create an employee class with id, name
-
Extends to 2 classes Manager and contractor (and push them to the array of employees)
-
Manager (+ 200) and contractor (+ 100) will have different salaries property
-
Create a button to create Employees
-
Display the employees with a button to add role
-
use the Manager and contractor classes to create new employees with a specific role