Visit Mozilla.org

Core JavaScript 1.5 Reference:Global Objects:Array:constructor

From MDC


[edit] Summary

Returns a reference to the Array function that created the instance's prototype. Note that the value of this property is a reference to the function itself, not a string containing the function's name.

Property of Array
Implemented in: JavaScript 1.1, NES 2.0
ECMA Version: ECMA-262

[edit] Description

See Object.constructor.