Events Js

 User clicks on some elements (eg on a button)

user types some texts into an input field 

user scroll to a certain part of the page 

Events to which we might want to react to then execute JavaScript code 

some Element.addEventListener('<EVENT>');


The event object 


Comments