Exercise:

Use HTML DOM to change the value of the input's value attribute to "Goodbye".

Hint: element.value = new value

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com