Which of these things are true about parameters?
Fantastic! Parameters are optional and can be of any type. Within their functions, they can be used like variables, but they're not return values.
Not quite! Parameters are optional and can be of any type. Within their functions, they can be used like variables but they're not return values.