We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9365275 commit f2f34a8Copy full SHA for f2f34a8
1-js/05-data-types/07-map-set-weakmap-weakset/article.md
@@ -138,7 +138,7 @@ let recipeMap = new Map([
138
139
// iterate over keys (vegetables)
140
for (let vegetable of recipeMap.keys()) {
141
- alert(vegetable); // cucumber, tomateos, onion
+ alert(vegetable); // cucumber, tomatoes, onion
142
}
143
144
// iterate over values (amounts)
0 commit comments