Fix a typo in a 1.5.5 task solution

This commit is contained in:
Vse Mozhe Buty 2020-10-10 21:11:53 +03:00 committed by GitHub
parent edef0b4306
commit 4ee44dc002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ 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 the arrow functions we need to use additional brackets.
We can't write like this: We can't write like this:
```js ```js