NOTE: that the text input elements in html have both a name and an id attribute
NOTE: that there is a form element that encompasses the text input elements

First Name:
Last Name:


The purpose of this exercise is to get you to start typing code, because I feel that part of the frustration of learning JavaScript
is dealing with the syntax errors. Typing the code will help you to remember the picky details, such as paying attention to letter case,
making sure to close all ( and { properly, and to end each line with a ;
I've written the code, but commented it out, so if you have any problems you can look at it as a guide.