JavaScript » Number » prototype

Syntax:
object.prototype

This property represents the prototype for this object and allows you to add methods and properties of your own. See also the Function.prototype property.