What's true about parameters and arguments?
Fantastic! Parameters are temporary variables with a name that we can use within a function whereas arguments are actual values that we pass to a function.
Whoops! Parameters are temporary variables with a name that we can use within a function whereas arguments are actual values that we pass to a function.