If we want an element to have multiple event handlers for the same element, we can add them one by one with the addEventListener() method.
addEventListener()
Make sure to pick addEventListener followed by click and then addEventListener, click.
addEventListener
click