javascript Number prototype
| prototype | NN 3 IE 4 ECMA 1 |
|
|
Read/Write |
|
A property of the static Number object. Use the prototype property to assign new properties and methods to future instances of a Number value created in the current document. See the Array.prototype property description for examples. There is little need to create new prototype properties or methods for the Number object. |
|
| Example | |
Number.prototype.author = "DG"; |
|
| Value | |
|
Any data, including function references. |
|
Previous: javascript Number toExponential( )
1354,Nickname,Homepage or email,Comments here,Add comment
