"A parameter is the variable listed inside the parentheses in the function definition." —W3Schools
Otherwise expressed, parameters are placeholders: they are replaced when the real values (the arguments) are passed into the function.
"A parameter is the variable listed inside the parentheses in the function definition." —W3Schools
Otherwise expressed, parameters are placeholders: they are replaced when the real values (the arguments) are passed into the function.