We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49df233 commit 47dbe9dCopy full SHA for 47dbe9d
README.md
@@ -435,7 +435,7 @@ function showManagerList(managers) {
435
436
**Good:**
437
```javascript
438
-function showList(employees) {
+function showEmployeeList(employees) {
439
employees.forEach((employee) => {
440
const expectedSalary = employee.calculateExpectedSalary();
441
const experience = employee.getExperience();
0 commit comments