Boolean-Methods Flashcards

1
Q

toString

A
.toString()
=>  {str} string representation of boolean
#safe
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

valueOf

A
.valueOf()
=>  {bool} primitive boolean value
#safe
How well did you know this?
1
Not at all
2
3
4
5
Perfectly