addEventListner In JS
Events in javascript
In html,there are various events occus or represents when some activity done by user or by the browser. When javascript code include in html, js react over these events and allow some execution. This process of reacting over even...