That's all for the logical and comparison operators section. In this section we learned:
- Truthy and falsy values
- Logical operators
!!
,&&
,!
and??
- Comparison operators
==
,===
,!=
,!==
,>
,>=
,<
and<=
- The difference between strict and abstract comparison