Passing Arguments in Functions
This lesson discusses parameters and how you can pass arguments to functions.
We'll cover the following
What are Parameters? #
Parameters are passed in the parentheses of the functions. They are used to hold values during runtime of a function. A user can pass multiple parameters into a function, each one separated by a comma.
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy