
Hi,
I am learner of JavaScript. My question is that What is JavaScript Arrays ? How to Define the JavaScript arrays in you program. Please give an example show that i will try my self.
Thanks,

Hi,
JavaScript Array object is used to Store multiple values in a single variable. An array can hold all your variable values under a single name. And you can access the values by referring to the array name. JavaScript Array can be define in three ways.
Please Visit the below urls:
http://www.roseindia.net/tutorial/javascript/javascriptbasics/JavaScript-Array.html
Thanks,
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.