JavaScript
A scripting language refers to a set of instructions that provide some functionality when the user
interacts the web page. There are two types of scripting languages –
i) Client-side Scripting
Executes in the client’s computer by the browser.
ii) Server-side Scripting
Executes on the web server to generate dynamic HTML pages.
JavaScript is an Object Based, case sensitive scripting language. An object is an entity with state and
behavior.