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
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."
- This feature requires you to grab the value of the text input element.