- Create an HTML and an associated JavaScript file
- Write a program that asks the User for their name
- If the user enters something for their name, display an alert box that says, 'Hello there WhateverNameEntered!!!'
- If user doesn't enter anything, display an alert box that says, 'No Idea Who You Are Pal...'