...

/

Input Arguments

Input Arguments

Let's get familiar with giving input arguments to functions.

We'll cover the following...

Function arguments

When calling a function, a data value that’s passed to the function is called an argument.

Now, let’s modify our ...