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 edef0b4 commit 4ee44dcCopy full SHA for 4ee44dc
1-js/05-data-types/05-array-methods/7-map-objects/solution.md
@@ -25,7 +25,7 @@ alert( usersMapped[0].id ); // 1
25
alert( usersMapped[0].fullName ); // John Smith
26
```
27
28
-Please note that in for the arrow functions we need to use additional brackets.
+Please note that in the arrow functions we need to use additional brackets.
29
30
We can't write like this:
31
```js
0 commit comments