.values()

Term side of the Card
Topic: Map
Unit title: .values()
Categories: Method
Explanation side of the Card

Explanation: The method that returns a new `Iterator` object containing the values of all key-value pairs in the `Map` object. The values are iterated in the order they were added.

Browser compatibility:
  • The chrome browser supports this feature starting from version 38
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 20
  • The safari browser supports this feature starting from version 8
Availability: