Returns an iterator over the Map's values.
- Category: JS Map Reference — part of the JavaScript Tutorial on GoCareerGo
- Read the short summary above, then check the linked docs for full syntax/behaviour
- Interview tip: be ready to explain "Map.prototype.values()" in one sentence, then back it up with a tiny example
// Map.prototype.values() — minimal example
console.log("Map.prototype.values()");Tip
Quick recall: "Map.prototype.values()" — returns an iterator over the Map's values.