File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ function showManagerList(managers) {
435435

436436
**Good:**
437437
```javascript
438-
function showList(employees) {
438+
function showEmployeeList(employees) {
439439
employees.forEach((employee) => {
440440
const expectedSalary = employee.calculateExpectedSalary();
441441
const experience = employee.getExperience();

0 commit comments

Comments
 (0)