File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -435,7 +435,7 @@ function showManagerList(managers) {
|
435 | 435 |
|
436 | 436 | **Good:**
|
437 | 437 | ```javascript
|
438 |
| -function showList(employees) { |
| 438 | +function showEmployeeList(employees) { |
439 | 439 | employees.forEach((employee) => {
|
440 | 440 | const expectedSalary = employee.calculateExpectedSalary();
|
441 | 441 | const experience = employee.getExperience();
|
|
You can’t perform that action at this time.
0 commit comments