Time for a Break

We'll cover the following...

Sometimes when we’re programming, we like to exit our loops and functions early. There are a number of reasons to do it, but a common one is error handling. When we covered functions and loops before, we skipped over this ability; we’re going to finally ...