July 1998
Intermediate to advanced
1456 pages
65h 5m
English
prototype — NN 3 IE J2 ECMA 1
Read/Write
A property of the static Function object. Use the
prototype property to assign new properties and
methods to future instances of functions created in the current
document. See the Array.prototype property
description for examples.
Function.prototype.author = "DG"
Any data, including function references.
Read now
Unlock full access