Skip to main content
Version: 3.14.1

Map.prototype.values()

The values() method returns a new iterator object that contains the values for each element in the Map object in insertion order.

Syntax

values()

Return value

A new Map iterator object.