SlideShare a Scribd company logo
Introduction to Java Script
WHAT
PRO AND CONS
HOW TO USE
IMPLEMENT
EXAMPLE
OBJECTIVES
 Dynamic Programming Language.
 Its syntax was influenced by C.
 Developed by Brendan Eich
 Client-side scripts to interact with the user
 Control the browser,
 Alter the document content that is
displayed
 Also used in used in server-side
programming, game development and the
creation of desktop and mobile
applications
Introduction to Java Script
Introduction to Java Script
Introduction to Java Script
Introduction to Java Script
 Javascript is executed on the client
side
 Javascript is a relatively easy
language
 Javascript is relatively fast to the end
user
 Extended functionality to web pages
 JavaScript reduced the Server Load.
 Security Issues
 Javascript rendering varies
 Knowledge of HTML
 Text Editor
 Web Browser
 Some Idea and mind
 JavaScripts in HTML must be
inserted between <script> and
</script> tags.
 JavaScripts can be put in the <body>
and in the <head> section of an
HTML page.
 Internal Java Script
 External Java Script
 Inline Java Script
<html>
<head>
<script>
//Type JS Script Here
</script>
</head>
<body>…</body>
<html>
<script
lang="text/javascript"
src=“URL of .JS File">
</script>
<a href="#" onclick="alert('Hi')">
Click Me
</a>
var i=0;
function test() {
for (i=0; i<10; i++) {
document.write("Hello World!");
}
}
test();
<html>
<head>
<title>Hello World in JS</title>
<script language="javaScript">
document.write("Hello World");
</script>
</head>
<body>
</body>
</html>
<html>
<head>
<title>InLine JS</title>
</head>
<body>
<input type="text" value="Your Name"
onFocus="this.value=''"/>
</body>
</html>
facebook.com/groups/sviet.mca
vjy.softworx@gmail.com
Introduction to Java Script

More Related Content

PPT
Java script
PPTX
Java Script
PPT
Java script
PPT
Java Script
PPTX
Java Script An Introduction By HWA
PPT
Java script
PPT
JAVA SCRIPT
PPTX
Java Script
Java script
Java Script
Java script
Java Script
Java Script An Introduction By HWA
Java script
JAVA SCRIPT
Java Script

What's hot (20)

PPT
JavaScript Missing Manual, Ch. 1
PPTX
1. java script language fundamentals
PDF
JavaScript Jump Start 20220214
PPTX
Java script writing javascript
PPT
Java script programs
PPT
JavaScript - Part-1
PPT
JavaScript Introduction
PDF
WordPress Jump Start
PPT
HTML Introduction
PPTX
Monster JavaScript Course - 50+ projects and applications
PPT
Session vii(java scriptbasics)
PPTX
JavaScript DOM - Dynamic interactive Code
PDF
JavaScript guide 2020 Learn JavaScript
PPT
A quick guide to Css and java script
PPTX
Javascripts. pptt
PPTX
Javascript 01 (js)
PPTX
Introduction to java script
PPT
Javascript
PPTX
Java script
JavaScript Missing Manual, Ch. 1
1. java script language fundamentals
JavaScript Jump Start 20220214
Java script writing javascript
Java script programs
JavaScript - Part-1
JavaScript Introduction
WordPress Jump Start
HTML Introduction
Monster JavaScript Course - 50+ projects and applications
Session vii(java scriptbasics)
JavaScript DOM - Dynamic interactive Code
JavaScript guide 2020 Learn JavaScript
A quick guide to Css and java script
Javascripts. pptt
Javascript 01 (js)
Introduction to java script
Javascript
Java script
Ad

Viewers also liked (20)

PDF
Introduction to JavaScript: Week Two
PDF
An Introduction to JavaScript: Week 3
PPTX
8. java script
PDF
The Big Bang Theory: Nine Steps To Building Your Meetup Empire
PPTX
The big bang theory - UNIT 2
PDF
An Introduction to JavaScript: Week 4
PDF
An Introduction to JavaScript: Week 5
PPTX
The big bang theory of social recruiting
PDF
Unchallengeable miracle of Holy Quran
PDF
An Introduction to JavaScript: Week One
PPTX
Big Bang Theory
PPT
Java script -23jan2015
PPT
Chapter 1 - How the world begin
PPTX
Big Bang Theorychandler
PDF
Large-Scale JavaScript Development
PPTX
Qur’an and its sciences
PPT
Java script Learn Easy
PPT
The Quran and Computational Linguistics
PPTX
Evolution of universe
PDF
Quranic concept of human life cycle urdu
Introduction to JavaScript: Week Two
An Introduction to JavaScript: Week 3
8. java script
The Big Bang Theory: Nine Steps To Building Your Meetup Empire
The big bang theory - UNIT 2
An Introduction to JavaScript: Week 4
An Introduction to JavaScript: Week 5
The big bang theory of social recruiting
Unchallengeable miracle of Holy Quran
An Introduction to JavaScript: Week One
Big Bang Theory
Java script -23jan2015
Chapter 1 - How the world begin
Big Bang Theorychandler
Large-Scale JavaScript Development
Qur’an and its sciences
Java script Learn Easy
The Quran and Computational Linguistics
Evolution of universe
Quranic concept of human life cycle urdu
Ad

Similar to Introduction to Java Script (20)

PPTX
BEAAUTIFUL presentation of java
PDF
JS BASICS JAVA SCRIPT SCRIPTING
PPTX
txWelcome to Javascript Welcome to Javascript.pp
PPTX
1.java script
DOC
Java script by Act Academy
PPTX
Empowerment Technologies Lecture 11 (Philippines SHS)
PPTX
HNDIT1022 Week 08, 09 10 Theory web .pptx
PDF
C# and Dot Net Framework 1st & 2nd Unit.pdf
PPTX
Client side scripting using Javascript
PPSX
web devs ppt.ppsx
PDF
front end presentation ppt for front end development with sample project
DOCX
JavaScript
PPTX
Front End Development | Introduction
PPTX
Introduction to Java script for web .pptx
PPT
Javascript
PDF
dot net unit-1.pdf
PPTX
JavaScript - Getting Started.pptx
PPTX
Web designing and development
PPTX
JAVASCRIPT 1.pptx.pptx
PDF
JavaScript - Chapter 3 - Introduction
BEAAUTIFUL presentation of java
JS BASICS JAVA SCRIPT SCRIPTING
txWelcome to Javascript Welcome to Javascript.pp
1.java script
Java script by Act Academy
Empowerment Technologies Lecture 11 (Philippines SHS)
HNDIT1022 Week 08, 09 10 Theory web .pptx
C# and Dot Net Framework 1st & 2nd Unit.pdf
Client side scripting using Javascript
web devs ppt.ppsx
front end presentation ppt for front end development with sample project
JavaScript
Front End Development | Introduction
Introduction to Java script for web .pptx
Javascript
dot net unit-1.pdf
JavaScript - Getting Started.pptx
Web designing and development
JAVASCRIPT 1.pptx.pptx
JavaScript - Chapter 3 - Introduction

More from Vijay Kumar Verma (10)

PPTX
Oo methodology
PPTX
PPTX
XML_schema_Structure
PPTX
Php introduction and configuration
PPTX
Security threats ecom
PPTX
Dwm temporal measure
PPTX
Html+css web layout 2
PPTX
Open gl configuration_march2014
PPTX
Aos distibutted system
PPTX
Html+css web layout
Oo methodology
XML_schema_Structure
Php introduction and configuration
Security threats ecom
Dwm temporal measure
Html+css web layout 2
Open gl configuration_march2014
Aos distibutted system
Html+css web layout

Recently uploaded (20)

PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
UNDER FIVE CLINICS OR WELL BABY CLINICS.pptx
PPTX
Cell Structure & Organelles in detailed.
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
Open Quiz Monsoon Mind Game Final Set.pptx
PDF
The Final Stretch: How to Release a Game and Not Die in the Process.
PPTX
Cardiovascular Pharmacology for pharmacy students.pptx
DOCX
UPPER GASTRO INTESTINAL DISORDER.docx
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
PDF
Pre independence Education in Inndia.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
How to Manage Starshipit in Odoo 18 - Odoo Slides
PDF
Module 3: Health Systems Tutorial Slides S2 2025
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
Pharmacology of Heart Failure /Pharmacotherapy of CHF
O7-L3 Supply Chain Operations - ICLT Program
UNDER FIVE CLINICS OR WELL BABY CLINICS.pptx
Cell Structure & Organelles in detailed.
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Open Quiz Monsoon Mind Game Final Set.pptx
The Final Stretch: How to Release a Game and Not Die in the Process.
Cardiovascular Pharmacology for pharmacy students.pptx
UPPER GASTRO INTESTINAL DISORDER.docx
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
Pre independence Education in Inndia.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
human mycosis Human fungal infections are called human mycosis..pptx
How to Manage Starshipit in Odoo 18 - Odoo Slides
Module 3: Health Systems Tutorial Slides S2 2025
Renaissance Architecture: A Journey from Faith to Humanism

Introduction to Java Script

Editor's Notes

  • #6: UI is probably what JavaScript is best known for, whether is adding Animation to a site, or Form ValidationEverytime you check your inbox using the refresh button, you’re saving time not needing to fully reload the whole site. This is thanks to AJAX, which JavaScript plays a big part in.
  • #7: When Google’s homepage is first loaded, a clean minimalist design is loaded, showing nothing but the Google logo, and the search box. By using JavaScript Google has cleaned up their homepage even more than before. The Gmail links etc are displayed with a movement of the mouse.
  • #8: When Google’s homepage is first loaded, a clean minimalist design is loaded, showing nothing but the Google logo, and the search box. By using JavaScript Google has cleaned up their homepage even more than before. The Gmail links etc are displayed with a movement of the mouse.
  • #10: Javascript snippets, once appended onto web pages execute on client servers immediately and therefore can also be used to exploit the user&apos;s system. Different layout engines may render Javascript differently resulting in inconsistency in terms of functionality and interface.