Computer Science, asked by Indrajith2081, 10 months ago

Explain Array in JavaScript.

Answers

Answered by Jyotimodi
0

Unlike most languages where array is a reference to the multiple variable, in JavaScript array is a single variable that stores multiple elements. Declaration of an Array. Initialization of an Array. An array in JavaScript can hold different elements. Accessing Array Elements. Length property of an Array.

Similar questions