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.
2 parents ce3e1e9 + 4e85f3a commit 944f89cCopy full SHA for 944f89c
1-js/05-data-types/05-array-methods/7-map-objects/solution.md
@@ -21,8 +21,8 @@ usersMapped = [
21
]
22
*/
23
24
-alert( usersMapped[0].id ) // 1
25
-alert( usersMapped[0].fullName ) // John Smith
+alert( usersMapped[0].id ); // 1
+alert( usersMapped[0].fullName ); // John Smith
26
```
27
28
Please note that in for the arrow functions we need to use additional brackets.
0 commit comments