Keys
From FirebugWiki
Revision as of 14:29, 13 July 2012 by Sebastianz (Talk | contribs)
Returns an array containing the names of all properties of the object.
Contents |
[edit] Syntax
keys(object)
[edit] Parameters
[edit] object
Object to return the keys for.
[edit] Examples
keys(myObject)
Lists all the property names of the myObject object.