Results 1 - 6 of 6

Boolean

The Boolean object is an object wrapper for a boolean value.
Boolean Constructor JavaScript

Boolean

The Boolean object is an object wrapper for a boolean value.
Boolean Constructor JavaScript

Boolean.prototype

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

Boolean.prototype.toSource()

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

Boolean.prototype.toString()

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

Boolean.prototype.valueOf()

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