The error message occurs because Javascript attempts to add an event listener which does not exist in the DOM.
Add a .
in your query selector parameter ('section1')
indicating that the element has class = section1
to prevent the TypeError
error message.