Course · Section 7: JavaScript in the Browser: DOM and Events · Lecture 76: Selecting and Manipulating Elements
The page has an empty `<h1 id='title'>`. Set its text content to `Hello`.
+ 1 hidden test run on Submit.
textContent sets the element's text safely and directly.
Run your code to see results.