Summary: Logic
Review what we learned about program logic in JavaScript.
We'll cover the following...
Key points
- Booleans are primitive values that can only be
true
orfalse
. - All values have an inherent Boolean value of
true
orfalse
. - Truthy