The parentheses in the function definition don't have to be empty, though. Within them, we can specify parameters.

Fantastic! Parameters like name are temporary variables that allow us to pass values, or arguments, to a function.

Are you sure that we can store a number in name?