Object methods
.keys()
Return the list of all 1st-level properties in the target object.
.values()
Return the list of all 1st-level-property values in the target object.
.remove(String)
Remove the given property from the target object.
.length()
Return the number of 1st-level properties in the target object.
.assign(b)
Insert all elements of the parameter object into the target object.
Last updated