Results 21 - 40 of 296

Error.prototype.toSource()

The toSource() method returns code that could eval to the same error.
Error JavaScript Method Prototype

Error.prototype.toString()

The toString() method returns a string representing the specified Error object.
Error JavaScript Method Prototype

Function.prototype

The Function.prototype property represents the Function prototype object.
Function JavaScript Property Prototype

Function.prototype.toString()

The toString() method returns a string representing the source code of the function.
Function JavaScript Method Prototype

Number.prototype

The Number.prototype property represents the prototype for the Number constructor.
JavaScript Number Property Prototype

Number.prototype.toExponential()

The toExponential() method returns a string representing the Number object in exponential notation.
JavaScript Method Number Prototype

Number.prototype.toFixed()

The toFixed() method formats a number using fixed-point notation.
JavaScript Method Number Prototype

Number.prototype.toPrecision()

The toPrecision() method returns a string representing the Number object to the specified precision.
JavaScript Method Number Prototype

Number.prototype.toSource()

The toSource() method returns a string representing the source code of the object.
JavaScript Method Number Prototype

Number.prototype.toString()

The toString() method returns a string representing the specified Number object.
JavaScript Method Number Prototype

Number.prototype.valueOf()

The valueOf() method returns the wrapped primitive value of a Number object.
JavaScript Method Number Prototype

Object.prototype.constructor

Returns a reference to the Object 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. The value is only read-only for primitive values such as 1true and "test".
JavaScript Object Property Prototype

Object.prototype.hasOwnProperty()

The hasOwnProperty() method returns a boolean indicating whether the object has the specified property.
JavaScript Method Object Prototype

Object.prototype.isPrototypeOf()

The isPrototypeOf() method tests for an object in another object's prototype chain.
JavaScript Method Object Prototype

Object.prototype.propertyIsEnumerable()

The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable.
JavaScript Method Object Prototype

Object.prototype.toLocaleString()

The toLocaleString() method returns a string representing the object. This method is meant to be overridden by derived objects for locale-specific purposes.
JavaScript Method Object Prototype

Object.prototype.toSource()

The toSource() method returns a string representing the source code of the object.
JavaScript Method Object Prototype

Object.prototype.toString()

The toString() method returns a string representing the object.
JavaScript Method Object Prototype

Object.prototype.valueOf()

The valueOf() method returns the primitive value of the specified object.
JavaScript Method Object Prototype

Object.prototype.watch()

The watch() method watches for a property to be assigned a value and runs a function when that occurs.
JavaScript Method Object Prototype