objectValues
Last updated
Creates an array/list of the attribute/property values of an object.
object
The object to get the attribute/property values.
Object
-
-
Yes
Returns the array/list of the attribute/property values.
Array/List
N/A

Given the above object, objectValues function will return this list:
See also objectKeys and objectAttr
Last updated
["John", "john@example.com", "23", "123456"]