Question: Your tasks: Create JavaScript class called 'Employee' with properties for name and salary. Make sure to console.log the name and salary. Include a method to

Your tasks:
Create JavaScript class called 'Employee' with properties for name and salary.
Make sure to console.log the name and salary.
Include a method to calculate and return annual sallary.
Create a subclass called 'Manager' that inherits from the 'Employee' class and adds an additional property for department.
Override the annual salary calculation method to include bonuses for managers of 15%.
Add a console log for the amount of the bonus.
Create two instances of the 'Manager' class and calculate their annual salary using the data below.
Test data:
Data Manager 1: Bob Ross works in the Digital Marketing department and he is making $6600.00 a month.
Data Manager 2: Debbie Little works in the Finance department and she is making $7205.00 a month.
 Your tasks: Create JavaScript class called 'Employee' with properties for name

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!