In this section we are going to learn about the Events in the JavaScript.
Events are special type of actions that are detected by JavaScript. Eg. mouse click event, mouse over event etc.
We have ability to specify a JavaScript function to fire when a certain event occurs.