What is the difference between the getElementById() method and the querySelector() method?
returns the first element that matches the specified css selectors.
Does a callback function require a name?
Yes, otherwise other people reading code would be confused?