Coerces value into a boolean value. You can also use !!value to do the coercion. Note 'false' coerces to true since it is a non-empty string. Use value === 'true' to convert a string to a Boolean.
value
!!value
'false'
true
value === 'true'
Creates a box for a boolean value.
Returns a string representation of this.
this