Merge pull request #1200 from harishekhar/patch-1

Object reference was incorrect.
This commit is contained in:
Ilya Kantor 2019-08-01 11:17:40 +03:00 committed by GitHub
commit d9075008f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ If we'd like to apply them, then we can use `Object.entries` followed `Object.fr
For example, we have an object with prices, and would like to double them:
```js run
let users = {
let prices = {
banana: 1,
orange: 2,
meat: 4,