Skip to content

Commit

Permalink
Lab 7
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahOmar97 committed Mar 5, 2024
1 parent 95a492d commit b671676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function Employee(employeeID, fullName, department, level, imageURL) {




Employee.prototype.salary = function () {
let salaryRange;
switch (this.level) {
Expand Down

0 comments on commit b671676

Please sign in to comment.