- Add a Input field Which updates a property ('username) via Two-Way-Binding
- Output the username property via String Interpolation (in a paragraph below the input)
- Add a button which may only clicked if the usernarne is NOT an empty string
- Upon clicking the button, the username should reset to an empty string