Skip to content

Commit

Permalink
Merge pull request #1200 from harishekhar/patch-1
Browse files Browse the repository at this point in the history
Object reference was incorrect.
  • Loading branch information
iliakan authored Aug 1, 2019
2 parents be6e2cd + 475f66a commit d907500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/05-data-types/09-keys-values-entries/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d907500

Please sign in to comment.