Event Listener - to react to an event, you attach an event handler to it. This is a block of code that runs when the event fires. They are sometimes called "Event Listeners". It is a mechanism that allows you to listen for specific events that occur on HTML elements, such as clicks, keypresses, mouse movements, and more. They enable you to execute code or trigger functions when those events happen.