Object reference was incorrect.

This commit is contained in:
Hari Shekhar 2019-08-01 13:43:59 +05:30 committed by GitHub
parent be6e2cdf00
commit 475f66a4ae
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,