What's the deal with boolean values?
true
or false
<
and >
return boolean values+
and -
return boolean valuesFantastic! Boolean values can only be true
or false
and are often the result of comparisons.
Oh noes! Boolean values can only be true
or false
and are often the result of comparisons.