globalsMap()prototypeMap.prototype.values()Version: 3.27.2On this pageMap.prototype.values()The values() method returns a new iterator object that contains the values for each element in the Map object in insertion order.Syntaxvalues()Return valueA new Map iterator object.