We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9d84ac + ec77f84 commit 873e5f7Copy full SHA for 873e5f7
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