Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f0289b

Browse files
committed
fix little typo in arrow function argument's remove duplicate code section
1 parent ddd0181 commit 9f0289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ generic functions quite easy. Take advantage of that!
395395
**Bad:**
396396
```javascript
397397
function showDeveloperList(developers) {
398-
developers.forEach(developers => {
398+
developers.forEach(developer => {
399399
var expectedSalary = developer.calculateExpectedSalary();
400400
var experience = developer.getExperience();
401401
var githubLink = developer.getGithubLink();

0 commit comments

Comments
 (0)