JavaScript Challenge #1
The purpose of this challenge is to verify you understand what we have covered to date. In this working example, we perform the following tasks:
- Prompt the visitor for their first name
- Prompt the visitor for their last name
- Display the current date and time in an alert along with their full name
- Display the same information using the document.write() method
Build Date: August 18, 2021, 02:09 PM