new Boolean(…)
Creates a new Boolean object.Boolean.Boolean([value])
Boolean.prototype
The prototype of the Boolean constructor.Boolean.prototype
toString()
Returns a string representing the specified Boolean object.b.toString()
valueOf()
Returns the primitive value of a Boolean object.b.valueOf()