Events in JavaScript - post: 01
An Event is something that Browser or a user does.
It provides a mechanism by which an action can be automatically taken when the event occurs. Events are fired inside the browser window.
for example
Loading of a page finished.
click events.
selec...
codemanishh.hashnode.dev3 min read