Function parameters part 2
Using Parameters
After defining the parameters, you can use them inside the function.
This function takes in one parameter, which is called name. When calling the function, provide the parameter's value (argument) inside the parentheses.
Function arguments are the real values passed to (and received by) the function
Comments
Post a Comment