Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 308 Bytes

parameter.md

File metadata and controls

5 lines (3 loc) · 308 Bytes

Parameter

"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.