Parameter vs Argument
A parameter is the named placeholder listed in a function's definition; an argument is the actual value you pass in when you call that function.
A parameter is the named placeholder listed in a function's definition; an argument is the actual value you pass in when you call that function.