This commit is contained in:
Ilya Kantor 2021-04-17 19:55:20 +03:00
parent 35d1c85c7d
commit adb962b511

View file

@ -99,4 +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 chains of transforms this way.
It may look difficult at first sight, but becomes easy to understand after you use it once or twice. We can make powerful chains of transforms this way.