...

/

Pass Information Around (Function Parameters)

Pass Information Around (Function Parameters)

Pass data into and out of functions using arguments and return values.

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:

    ...