Subj : Re: SpiderMonkey 1.5 RC5a - Arrays with name/value pairs... How do To : Robert Bates From : Brendan Eich Date : Sun Jun 29 2003 10:53 am Robert Bates wrote: >Never mind... I was just perusing some JS refs and other goodies and noticed >that those are defined as properties... Doh! > Everything's a property in an object. Elements are just what the API calls properties identified by names that can be passed as integers, instead of as strings containing integer literals. /be .