You are on page 1of 5

JAVASCRIPT

Name: bansari pandya


Class : SY-ITM:b
Subject: EFP
Roll No. : 11
College : Semcom
 INTRODUCTION

 JavaScript is a scripting language most often used for client-side web development.
 JavaScript is an implementation of the ECMAScript standard.
 The ECMAScript only defines the syntax/characteristics of the language and a
basic set of commonly used objects such as Number, Date, Regular Expression,
etc.
 The JavaScript supported in the browsers typically support additional objects.
e.g., Window, Frame, Form, DOM object, etc.
 INTRODUCTION
 JavaScript inserted into HTML pages, can be executed by all modern web
browsers.
 Java Script can enhance the dynamics and interactive features of your page by
allowing you to perform calculations, check forms, write interactive games, add
special effects, customize graphics selections, create security passwords and more.
 What can a JavaScript Do?

 JavaScript gives HTML designers a programming tool.


 JavaScript can react to events.
 Validate data.
 It can be used to detect the visitor's browser
 Create cookies.
 Read/write/modify HTML elements
Thank You

You might also like