Often when we’re coding we want to control the flow of our actions.
This can be done by setting actions to occur only if a condition or a set of conditions are met.
We can write conditional statements to return TRUE
/FALSE
based on a condition we set, and that outcome will dictate what happens next in our code.