Returning The Favor
We'll cover the following...
Alright, we’ve seen early exit for loops. How about functions? To do that, we use the return
keyword. Let’s see how we can use return
to bypass extra indentation. Take ...