#30DaysofReact #Day5
Event Handling
What is an Event?
JavaScript's interaction with HTML is handled through events that occur when the user or browser manipulates a page. When the page loads, When the user clicks a button, pressing any key, closing a window, resizing a ...
mayankarote.hashnode.dev2 min read