Skip to content

Commit 3ba22f7

Browse files
authored
Merge pull request #2184 from vsemozhetbyt/patch-8
Fix a typo in a 1.5.5 task solution
2 parents 8e613bc + 4ee44dc commit 3ba22f7

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)