closes #1399
This commit is contained in:
parent
d52ecf0638
commit
45075277b1
1 changed files with 1 additions and 3 deletions
|
@ -99,6 +99,4 @@ let doublePrices = Object.fromEntries(
|
|||
alert(doublePrices.meat); // 8
|
||||
```
|
||||
|
||||
It may look difficult from the first sight, but becomes easy to understand after you use it once or twice.
|
||||
|
||||
We can make powerful one-liners for more complex transforms this way. It's only important to keep balance, so that the code is still simple enough to understand it.
|
||||
It may look difficult from the first sight, but becomes easy to understand after you use it once or twice. We can make powerful chains of transforms this way.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue