Day 031 - Logical Operators
Logical Operators can be used with 'boolean values'.
Here they are:
'Logical AND' &&
'Logical OR' ||
'Logical NOT' !
Check out some examples in the demo.
Logical Operators can be used with 'boolean values'.
Here they are:
'Logical AND' &&
'Logical OR' ||
'Logical NOT' !
Check out some examples in the demo.