Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ee44dc

Browse files
authoredOct 10, 2020
Fix a typo in a 1.5.5 task solution
1 parent edef0b4 commit 4ee44dc

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/05-array-methods/7-map-objects

1 file changed

+1
-1
lines changed
 

‎1-js/05-data-types/05-array-methods/7-map-objects/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ alert( usersMapped[0].id ); // 1
2525
alert( usersMapped[0].fullName ); // John Smith
2626
```
2727

28-
Please note that in for the arrow functions we need to use additional brackets.
28+
Please note that in the arrow functions we need to use additional brackets.
2929

3030
We can't write like this:
3131
```js

0 commit comments

Comments
 (0)
Please sign in to comment.