Fix a typo in a 1.5.5 task solution
This commit is contained in:
parent
edef0b4306
commit
4ee44dc002
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ alert( usersMapped[0].id ); // 1
|
|||
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:
|
||||
```js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue