[Javascript] what is better

Scott.Wiseman swiseman at remax-cahi.com
Wed Jul 3 15:41:09 CDT 2002


2 arrays with the same element numbers

or an object carrying 2 fields


i.e.

a1[1]="Firstname"
a2[1]="Lastname"


or an object


but I need to understand how to have many of these objects
many have an array of objects???


object.firstname = "Scott"
object.lastname  ="wiseman



More information about the Javascript mailing list