Course · Section 7: JavaScript in the Browser: DOM and Events · Lecture 76: Selecting and Manipulating Elements
The page has an empty `<ul id='list'>`. Append three `<li>` elements with the text `Item 1`, `Item 2`, and `Item 3`.
+ 1 hidden test run on Submit.
Creating and appending element nodes in a loop builds the list items programmatically.
Run your code to see results.