This collection will cover the basics of how to interact with an HTML document with JavaScript. We will go over:
What is the DOM?
fetch elements from an HTML document
add HTML nodes to a HTML document
Respond to click events
What is the DOM?
fetch elements from an HTML document
add HTML nodes to a HTML document
Respond to click events