Update solution.md
This commit is contained in:
parent
24411a8de8
commit
4e85f3ad6c
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ usersMapped = [
|
||||||
]
|
]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
alert( usersMapped[0].id ) // 1
|
alert( usersMapped[0].id ); // 1
|
||||||
alert( usersMapped[0].fullName ) // John Smith
|
alert( usersMapped[0].fullName ); // John Smith
|
||||||
```
|
```
|
||||||
|
|
||||||
Please note that in for the arrow functions we need to use additional brackets.
|
Please note that in for the arrow functions we need to use additional brackets.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue