0% found this document useful (0 votes)
39 views

Java Script

JavaScript is a scripting language that executes in a client's browser or on a web server and allows dynamic web page generation; it is object-based and case sensitive.

Uploaded by

Pallab Datta
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Java Script

JavaScript is a scripting language that executes in a client's browser or on a web server and allows dynamic web page generation; it is object-based and case sensitive.

Uploaded by

Pallab Datta
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like