The inpText property is bound two ways: From the input element to the Vue property, and from the Vue property to the input element.
Try changing the input field and see how the Vue property value updates. Try also to change the inpText property value inside the code, click 'Run', and see how the input elements value changes.
inpText value: "{{ inpText }}"