Returns an array containing the names of all properties of the object.
keys(object)
Object to return the keys for.
keys(myObject)
Lists all the property names of the myObject object.
myObject