- Make the button change the text of the heading
- Add multiple headings to the page, and make the button change the second one
- Add a form to the page
- Add a text input
- When the form is submitted update the heading with the text typed in the input
Make sure it works when you hit enter, not just when you click the button (check for a form submission event)