You have some starter HTML, which contains a form with a single text field and also an empty p.
Write code that accomplishes the following:
- As the user types in their name into the form field, immediately mirror their typed value into the empty
p. - Specifically, have the empty
pgreet them some way--like this:
