.values()

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

Explanation: The method that returns a new `Iterator` object containing the values of each element in an array. It allows looping over the values directly, without accessing their indexes.

Browser compatibility:
  • The chrome browser supports this feature starting from version 66
  • The edge browser supports this feature starting from version 14
  • The firefox browser supports this feature starting from version 60
  • The safari browser supports this feature starting from version 9
Availability: