We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3369c52 + c3e754d commit d59f32eCopy full SHA for d59f32e
README.md
@@ -373,7 +373,7 @@ code eligible for refactoring.
373
**Bad:**
374
```javascript
375
function showDeveloperList(developers) {
376
- developers.forEach(developers => {
+ developers.forEach(developer => {
377
const expectedSalary = developer.calculateExpectedSalary();
378
const experience = developer.getExperience();
379
const githubLink = developer.getGithubLink();
0 commit comments