A boolean represents one of two values: true
or false
. Logical operators (!
, &&
, ||
) are typically used with boolean values and they return a boolean value.
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.