Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 299 Bytes

6.1.md

File metadata and controls

3 lines (2 loc) · 299 Bytes

A parameter is the variable in the parentheses after the function name when we defining the function and used inside a function.

An argument is the variable in the parentheses after the function name when we calling the function, and it is used to initialize the parameter of the function.