Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] is it better to use an 2 arrays or an object


  • From: javascript@xxxxxxxxxx (Scott.Wiseman)
  • Subject: [Javascript] is it better to use an 2 arrays or an object
  • Date: Thu, 27 Jun 2002 16:37:05 -0700

I want to store 

this

some array[counter = counter + 1] = recordnumber (large number)
some array1[counter = counter + 1]= some other value I need mabye name

or and object

and if an object how??