Summary of Functions

Review what we have covered in this chapter.

We'll cover the following...

Chapter summary

In this chapter, we saw that functions are a powerful tool we can use to organize and structure our code to make it more readable and reusable. We saw how functions have a name, and that name can be used to ...