Module boa::builtins::array[][src]

Expand description

This module implements the global Array object.

The JavaScript Array class is a global object that is used in the construction of arrays; which are high-level, list-like objects.

More information:

Modules