EventListen
EventListen is a JavaScript concept that refers to the process of attaching a function, known as an event handler or listener, to a specific element in the Document Object Model (DOM). This handler will then execute a predefined set of actions whenever a particular event occurs on that element.
The most common way to implement EventListen in JavaScript is by using the `addEventListener()` method. This
EventListen is fundamental to creating interactive web pages. It allows developers to respond to user actions