Array is an object that hold the data of similar type. The length of an array is decided when an array is created. Length in array cannot be changed once array is declared. Each element in an array is accessed by numerical index.
In this Tutorial we want to describe you a code that makes you easy to understand an Array example, For this we are using Java Scripting language. The code show you that on loading a page, a function display ( ) is invoked that include an array variable used to instantiate an array object. This array object hold various element. The for loop execute and return you true till the variable i is less than the array length. Finally the document. write print the element in an array object .
array example.html
|
Output

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.
Ask Questions? Discuss: Array example View All Comments
Post your Comment