What is the difference between the getElementById() method and the querySelector() method?
get is only for id’s, selector isfor anything
Who passes in the event object into the handleClick callback function?
Javascript, the event, like “click”.
Does a callback function require a name?
no, anonymous (anonymous is rare)