Arrays

Array: an ordered set of elements referenced by index.

Javascript supports both ordinary and associative arrays. It has an Array object:

Our example has an array with 12 elements. In the source code, observe:

Lab


Extra for Experts