objectKeys
Last updated
Given an object of key-value pairs, the objectKeys function will return an array of the keys.
object
Object with key-value pairs
Object
-
-
Yes
Returns a list of all keys in the object
Array/List
N/A
Coming Soon.

Given the above object, objectKeys function will return this list:
See also objectValues and objectAttr
Last updated
["name", "email", "age", "tel"]