Enumeration
The for in
statement can loop over all of the property names in an object. The enumeration will include functions and prototype properties.
Last updated
Was this helpful?
The for in
statement can loop over all of the property names in an object. The enumeration will include functions and prototype properties.
Last updated
Was this helpful?