Pass Information Around (Function Parameters)
Pass data into and out of functions using arguments and return values.
We'll cover the following...
We'll cover the following...
Functions can do more when you give them information. In this lesson, you’ll learn how to pass arguments and return useful results.
Goal
You’ll aim to: