Now, we’re going to learn how to compartmentalize our code formally. We’ve technically been using functions for some time, but now we’ll dive into exactly how they work.
Without functions, we’d have no ability to choose which parts of our code run at which times. Functions give us a much greater degree over the code we write, which allows us to tackle problems in a smart way.
You can download the file for this class here.
You can watch the full class recording here.
After you’ve tried the problems, you can download the solutions here.
