Object.values()
Term side of the Card
Topic: Object
Unit title: Object.values()
Categories: Method
Explanation side of the Card
Explanation: The static method that returns an array of a given object's own enumerable property values, in the same order as provided by a `for...in` loop. This is often used to extract values for iteration or manipulation.
Browser compatibility:
- The chrome browser supports this feature starting from version 54
- The edge browser supports this feature starting from version 14
- The firefox browser supports this feature starting from version 47
- The safari browser supports this feature starting from version 10.1
Availability: