Exercise:

Use the DOM to assign an onclick event to the <button> element. Clicking the button should trigger displayDate().

Hint: element.event = displayDate;

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