commit
656810ce4a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Here JavaScript would treat `{` as the start of function body, not the start of
|
||||||
let usersMapped = users.map(user => *!*({*/!*
|
let usersMapped = users.map(user => *!*({*/!*
|
||||||
fullName: `${user.name} ${user.surname}`,
|
fullName: `${user.name} ${user.surname}`,
|
||||||
id: user.id
|
id: user.id
|
||||||
});
|
}));
|
||||||
```
|
```
|
||||||
|
|
||||||
Now fine.
|
Now fine.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue