Attributes
Primitive data type / immutable Contains methods #safe
Instantiation
// literal true // constructor; if arg is truthy, true, else false Boolean(1) // primitive new Boolean(1) // object
Methods (2)
.toString —string representation of boolean
.valueOf —return primitive value of boolean object