What is the className property of element objects?
it returns the class name
How do you update the CSS class attribute of an element using JavaScript?
.className
What is the textContent property of element objects?
returns the text content
How do you update the text within an element using JavaScript?
.textcontent
Is the event parameter of an event listener callback always useful?
no
Would this assignment be simpler or more complicated if we didn’t use a variable to keep track of the number of clicks?
complicated
Why is storing information about a program in variables better than only storing it in the DOM?
because you can tell that its a variable