Course · Section 7: JavaScript in the Browser: DOM and Events · Lecture 76: Selecting and Manipulating Elements
The page has `<p id='msg' hidden>` which is currently hidden. Make it visible by clearing the hidden state.
+ 1 hidden test run on Submit.
Clearing the hidden property reveals the element by removing the boolean attribute.
Run your code to see results.