Exercise 1 - Recap

Extend the demo program presented in Session 11 Recap so it includes a second input box for age. When the button is clicked, if Name is set to Joe and Age is set to 33 the program should output the following :

Hello Joe

Your age is 33

In order to complete this task you'll need to use the document object along with string concatenate.