.values()

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

Explanation: The method that returns a new `Iterator` object containing the values of a `Set`. It allows iteration over the elements in the `Set` and is useful for accessing the elements.

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 24
  • The safari browser supports this feature starting from version 8
Availability: