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 or false.
  • All values have an inherent Boolean value of true or false.
  • Truthy
...