JavaScript is an object-based programming language, almost everything in JavaScript is an object(e.g. arrays, functions, etc). Similarly, the browser is also made up of objects.
To make our web app more interactive the browser provides us with a rema...