array is single variable in javascript its used to store different elements. we store list of elements and access them by a single variable. most languages where array is a reference to the multiple variable, in JavaScript array is a single variable that stores multiple elements.
Length property of an Array
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Arrays in JavaScript :
array is single variable in javascript its used to store different elements. we store list of elements and access them by a single variable. most languages where array is a reference to the multiple variable, in JavaScript array is a single variable that stores multiple elements.
Length property of an Array