JS: Array Object

By Xah Lee. Date: . Last updated: .

What is the Keyword “Array”

Array is the value of the property key "Array" of the Global Object .

window.Array === Array

Type

Type of Array is a function.

typeof Array === "function"

Parent

Parent of Array is Function.prototype.

Reflect.getPrototypeOf ( Array ) === Function.prototype 

Purpose

Purpose of Array is:

Array Constructor

Properties

JavaScript, Array

BUY ΣJS JavaScript in Depth