Once your Javascript function is running, it's
just plain old Javascript of the sort you're now getting familiar with.
So you can use all the skills you've learned so far.
This example makes use of an
upper case conversion function, and an
if-else.
Try trying the name "walter" and clicking the button, or some other name.
You can potentially get as fancy as you want.