Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

DOM Atomic 06: Detecting Typed Input

Tasks

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 p greet them some way--like this: