How can I see the entries of a submitted form?

Complete the form in  the following file:

HTML forms

Check the file's console.log. You can see the results of the submission. 

We have used some JavaScript code to grab and display the results instead of using a WEB Server!