adding captions to call out video content

This commit is contained in:
Jen Looper
2021-01-06 10:33:34 -05:00
parent 2c23a23399
commit e1e3a9ba39
7 changed files with 13 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ Making decisions and controlling the order in which your code runs makes your co
[![Making Decisions](https://img.youtube.com/vi/SxTp8j-fMMY/0.jpg)](https://youtube.com/watch?v=SxTp8j-fMMY "Making Decisions")
> Click the image above for a video about making decisions.
## A Brief Recap on Booleans
Booleans can be only two values: `true` or `false`. Booleans help make decisions on which lines of code should run when certain conditions are met.