javascript Object_Obj prototype

prototypeNN 4 IE 4 ECMA 1  

Read/Write  

This is a property of the static Object. Use the prototype property to assign new properties and methods to future instances of an Object created in the current document. See the Array.prototype property description for examples.

 
Example
 
Object.prototype.author = "DG";
 
Value

Any data, including function references.


1400,Nickname,Homepage or email,Comments here,Add comment