Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 567 Bytes

wave-03.md

File metadata and controls

16 lines (9 loc) · 567 Bytes

Wave 3: Naming the City

As mentioned before, there are two required elements:

  • An element that displays a city name
  • A text input element that allows the user to change the city name

Requirements

The city name must update every time there's a change to the text input element.

For example, if the text input element has the characters Seatt in it, then the displayed city name should be "Seatt."

Hints

  • This feature requires you to grab the value of the text input element.