Skip to content

Commit 475f66a

Browse files
authored
Object reference was incorrect.
1 parent be6e2cd commit 475f66a

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/09-keys-values-entries

1 file changed

+1
-1
lines changed

1-js/05-data-types/09-keys-values-entries/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If we'd like to apply them, then we can use `Object.entries` followed `Object.fr
8383
For example, we have an object with prices, and would like to double them:
8484

8585
```js run
86-
let users = {
86+
let prices = {
8787
banana: 1,
8888
orange: 2,
8989
meat: 4,

0 commit comments

Comments
 (0)