What is javascript Arrays?

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,

View Answers

March 22, 2011 at 10:35 AM

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,









Related Tutorials/Questions & Answers:
Advertisements