Update solution.md

This commit is contained in:
Alexander 2017-10-15 23:45:16 +03:00 committed by GitHub
parent 24411a8de8
commit 4e85f3ad6c

View file

@ -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.