Sometimes it's useful to specify a default value for one or more function parameters. This creates a function that can be called with fewer arguments than it is defined to allow.

Add parameters for "hello" function, set default value for name parameter.