Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Boolean object instances have the following properties and methods:
Instance Properties (e.g.,
var myBoolean = false;
myBoolean.constructor;):
constructor
Instance Methods (e.g., var myNumber = false;
myBoolean.toString();):
toSource()
toString()
valueOf()