We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be6e2cd + 475f66a commit d907500Copy full SHA for d907500
1 file changed
1-js/05-data-types/09-keys-values-entries/article.md
@@ -83,7 +83,7 @@ If we'd like to apply them, then we can use `Object.entries` followed `Object.fr
83
For example, we have an object with prices, and would like to double them:
84
85
```js run
86
-let users = {
+let prices = {
87
banana: 1,
88
orange: 2,
89
meat: 4,
0 commit comments