Boolean.prototype
property represents the prototype for the Boolean
constructor.toSource()
method returns a string representing the source code of the object.toString()
method returns a string representing the specified Boolean object.valueOf()
method returns the primitive value of a Boolean
object.