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