We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabbec1 commit ec77f84Copy full SHA for ec77f84
1-js/05-data-types/07-map-set/article.md
@@ -198,7 +198,7 @@ let prices = Object.fromEntries([
198
alert(prices.orange); // 2
199
```
200
201
-We can use `Object.fromEntries` to get an plain object from `Map`.
+We can use `Object.fromEntries` to get a plain object from `Map`.
202
203
E.g. we store the data in a `Map`, but we need to pass it to a 3rd-party code that expects a plain object.
204
0 commit comments