
August 25th, 2007, 04:00 PM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 11,003
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
Understand Arrays in Javascript
A variable can hold only one value. What will happen if you want to hold a customer list, records of all employees in your company? You can store each record in a variable. But it will quicky become a mess because you can not remember all the variable's names which you declared. You can make it easier with only one array.Let's start our tutorial!
Read the full article here: Understand Arrays in Javascript
|