Availability: |
| ||||||
JavaScript syntax: | - | for(aVariable in anObject) { someCode } | |||||
Argument list: | anObject | An object to be examined for properties. | |||||
aVariable | A variable to store each enumerated property name in | ||||||
someCode | Some script source to execute for each enumeration |
See also: | in |
Prev | Home | Next |
in | Up | In leap year |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |