Object reference was incorrect.
This commit is contained in:
parent
be6e2cdf00
commit
475f66a4ae
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue