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!
Views: 900 | | by David
View this tutorial