Booleans
The boolean type can only represent two values: true and false. It will
be more relevant later when we learn about if statements and
boolean expressions.
The boolean type can only represent two values: true and false. It will
be more relevant later when we learn about if statements and
boolean expressions.