JavaScript Arrays
An array is the collection of ordered items. These ordering collections make array index zero-based.
Creating and Accessing an Array
Creating an Array
Arrays are created as an object. See the syntax below:
array = new Array(item1, item2, ...,itemN);...
blog.techstackspace.com3 min read
Laszlo Tatai
I am a pogramer / coder / sceener,
Thank U Brotha! :)