Event Listeners and event handlers in Javascript
In programming, event listening simply means waiting for something to happen so that we can do something.
For example, we want to listen to the "click" events on the "Unlock your surprise" button so that we can reveal the modal with a discount coupon.
And a