Javascript > Boolean-Methods > Flashcards
toString
.toString() => {str} string representation of boolean #safe
valueOf
.valueOf() => {bool} primitive boolean value #safe