SlideShare a Scribd company logo
y
JAVASCRIPT
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
INTRODUCTION TO JAVASCRIPTINTRODUCTION TO JAVASCRIPT
Introduction:
JS is client side scripting language implemented by
Brendan Netscape corporation in 1995 as LiveScript.
It increase the performance of application and to
decrease network traffic. JavaScript is the most
popular scripting language on the internet, and works
in all major browsers, such as Internet Explorer,
Firefox, Chrome, Opera, and Safari.
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
•JavaScript was designed to add interactivity to HTML pages
•JavaScript was originally developed in Netscape, by Brendan Eich
•JavaScript is a scripting language
•A scripting language is a lightweight programming language
•JavaScript is usually embedded directly into HTML pages
•Every Statement is JS we should end with a semi colon ;
•JavaScript is an interpreted language (means that scripts execute
without preliminary compilation)
•Everyone can use JavaScript without purchasing a license
• JavaScript is loosely typed language, no need to provide data
types at the time of variable declaration.
• User can see the JavaScript logic by clicking on view source
option.
What is JavaScript?
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
NO!
JAVA and JavaScript are two completely different languages
in both concept and design!
Java (developed by Sun Microsystems) is a powerful and
much more complex programming language - in the same
category as C and C++.
Are Java and JavaScript the same?
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
HOW JAVASCRIPT WORKS
HTML Viewer Executing Scripts
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
Java Script Structure
<html><html>
<head><head>
<title>example</title><title>example</title>
<script language=“JavaScript”><script language=“JavaScript”>
<!–<!–
----->----->
</script></script>
</head></head>
<body><body>
----------
----------
</body></body>
</html></html> QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
COMMENTS
Single Comments are //Single Comments are //
<script type="text/javascript"><script type="text/javascript">
document.write("Hello"); // This will write "Hello"document.write("Hello"); // This will write "Hello"
document.write("Dolly"); // This will write "Dolly"document.write("Dolly"); // This will write "Dolly"
</script></script>
Multi line comments are /* */Multi line comments are /* */
<script type="text/javascript"><script type="text/javascript">
/*/*
document.write("<h1>This is a header</h1>"); document.write("<p>This isdocument.write("<h1>This is a header</h1>"); document.write("<p>This is
a paragraph</p>");a paragraph</p>");
document.write("<p>This is also paragraph</p>");document.write("<p>This is also paragraph</p>");
*/*/
</script></script> QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
Comparing Java and JavaScript
Debugging JavaScript Errors
Enable JavaScript - Internet Explorer
1.Click on the Tools menu
2.Choose Internet Options... from the menu
3.Click the Security tab on the Internet Options pop up
4.Click the Custom Level... button to access your security settings
5.Scroll almost all the way down to the Scripting section
6.Select the Enable button for Active scripting
7.Click OK to finish the process 8.Click Yes when asked to confirm
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
Debugging JavaScript Errors
Enable JavaScript – Firefox
1.Click on the Tools menu
2.Choose Options... from the menu
3.Click the Content tab in the Options pop up
4.Make sure that Enable JavaScript is checked
5.Click OK to finish the process
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
Debugging JavaScript Errors
Enable JavaScript – Opera
1.Click on the Tools menu
2.Choose Preferences... from the menu
3.Click the Advanced tab in the Preferences pop up
4.Select Content from the list of items on the left
5.Make sure that Enable JavaScript is checked
6.Click OK to finish the process
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
COMMON SCRIPTING TASKSCOMMON SCRIPTING TASKS
Adding dynamic features to Web pagesAdding dynamic features to Web pages
Validation of form dataValidation of form data
Image rolloversImage rollovers
Time-sensitive or random page elementsTime-sensitive or random page elements
Handling cookiesHandling cookies
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
LIMITATIONS OF CLIENT-SIDE SCRIPTING
Since script code is embedded in the page, viewable to the worldSince script code is embedded in the page, viewable to the world
for security reasons, scripts are limited in what they can dofor security reasons, scripts are limited in what they can do
Example: Can't access the client's hard driveExample: Can't access the client's hard drive
since designed to run on any machine platform, scripts do not containsince designed to run on any machine platform, scripts do not contain
platform specific commandsplatform specific commands
script languages are not full-featuredscript languages are not full-featured
e.g., JavaScript objects are crude, not good for large projecte.g., JavaScript objects are crude, not good for large project
developmentdevelopment
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
Introducing JavaScript
Server-Side
Programming
Client-Side
Programming
QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best
Software Training InstituteSoftware Training Institute
Ad

Recommended

Bootstrap training basics tutorial | Bootstrap Essentials
Bootstrap training basics tutorial | Bootstrap Essentials
QA TrainingHub
 
JavaScript Performance (at SFJS)
JavaScript Performance (at SFJS)
Steve Souders
 
Effective TDD - Less is more
Effective TDD - Less is more
Ben Lau
 
Web Development for UX Designers
Web Development for UX Designers
Ashlimarie
 
Introduction to Web Development
Introduction to Web Development
Parvez Mahbub
 
Top java script frameworks ppt
Top java script frameworks ppt
Omkarsoft Bangalore
 
Web development
Web development
GarvitBaleshwar
 
Client and server side scripting
Client and server side scripting
baabtra.com - No. 1 supplier of quality freshers
 
Unobtrusive JavaScript
Unobtrusive JavaScript
daveverwer
 
Web development using javaScript, React js, Node js, HTML, CSS and SQL
Web development using javaScript, React js, Node js, HTML, CSS and SQL
Jayant Surana
 
High Performance JavaScript (CapitolJS 2011)
High Performance JavaScript (CapitolJS 2011)
Nicholas Zakas
 
phonegap with angular js for freshers
phonegap with angular js for freshers
dssprakash
 
JavaScript Presentation Frameworks and Libraries
JavaScript Presentation Frameworks and Libraries
Oleksii Prohonnyi
 
Dreamweaver CS6, jQuery, PhoneGap, mobile design
Dreamweaver CS6, jQuery, PhoneGap, mobile design
Dee Sadler
 
A Good PHP Framework For Beginners Like Me!
A Good PHP Framework For Beginners Like Me!
Muhammad Ghazali
 
API Technical Writing
API Technical Writing
Sarah Maddox
 
Web Development
Web Development
Harshdeep Singh
 
Intro Open Social and Dashboards
Intro Open Social and Dashboards
Atlassian
 
HTML5 and CSS3 Techniques You Can Use Today
HTML5 and CSS3 Techniques You Can Use Today
Todd Anglin
 
Front-End Frameworks: a quick overview
Front-End Frameworks: a quick overview
Diacode
 
Web dev syllabus
Web dev syllabus
Adithcheshan
 
DeepCrawl Webinar: Performing SEO on the Edge
DeepCrawl Webinar: Performing SEO on the Edge
Dan Taylor
 
HTML5 and the dawn of rich mobile web applications
HTML5 and the dawn of rich mobile web applications
James Pearce
 
Progressive Web Apps: o melhor da Web appficada
Progressive Web Apps: o melhor da Web appficada
Caelum
 
Building Progressive Web Apps for Android and iOS
Building Progressive Web Apps for Android and iOS
FITC
 
Front end development best practices
Front end development best practices
Karolina Coates
 
JavaScript Roadmap III - ECMAScript
JavaScript Roadmap III - ECMAScript
Aswin Barath
 
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
Evan Mullins
 
BEAAUTIFUL presentation of java
BEAAUTIFUL presentation of java
rana usman
 
WT Module-3.pptx
WT Module-3.pptx
RamyaH11
 

More Related Content

What's hot (20)

Unobtrusive JavaScript
Unobtrusive JavaScript
daveverwer
 
Web development using javaScript, React js, Node js, HTML, CSS and SQL
Web development using javaScript, React js, Node js, HTML, CSS and SQL
Jayant Surana
 
High Performance JavaScript (CapitolJS 2011)
High Performance JavaScript (CapitolJS 2011)
Nicholas Zakas
 
phonegap with angular js for freshers
phonegap with angular js for freshers
dssprakash
 
JavaScript Presentation Frameworks and Libraries
JavaScript Presentation Frameworks and Libraries
Oleksii Prohonnyi
 
Dreamweaver CS6, jQuery, PhoneGap, mobile design
Dreamweaver CS6, jQuery, PhoneGap, mobile design
Dee Sadler
 
A Good PHP Framework For Beginners Like Me!
A Good PHP Framework For Beginners Like Me!
Muhammad Ghazali
 
API Technical Writing
API Technical Writing
Sarah Maddox
 
Web Development
Web Development
Harshdeep Singh
 
Intro Open Social and Dashboards
Intro Open Social and Dashboards
Atlassian
 
HTML5 and CSS3 Techniques You Can Use Today
HTML5 and CSS3 Techniques You Can Use Today
Todd Anglin
 
Front-End Frameworks: a quick overview
Front-End Frameworks: a quick overview
Diacode
 
Web dev syllabus
Web dev syllabus
Adithcheshan
 
DeepCrawl Webinar: Performing SEO on the Edge
DeepCrawl Webinar: Performing SEO on the Edge
Dan Taylor
 
HTML5 and the dawn of rich mobile web applications
HTML5 and the dawn of rich mobile web applications
James Pearce
 
Progressive Web Apps: o melhor da Web appficada
Progressive Web Apps: o melhor da Web appficada
Caelum
 
Building Progressive Web Apps for Android and iOS
Building Progressive Web Apps for Android and iOS
FITC
 
Front end development best practices
Front end development best practices
Karolina Coates
 
JavaScript Roadmap III - ECMAScript
JavaScript Roadmap III - ECMAScript
Aswin Barath
 
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
Evan Mullins
 
Unobtrusive JavaScript
Unobtrusive JavaScript
daveverwer
 
Web development using javaScript, React js, Node js, HTML, CSS and SQL
Web development using javaScript, React js, Node js, HTML, CSS and SQL
Jayant Surana
 
High Performance JavaScript (CapitolJS 2011)
High Performance JavaScript (CapitolJS 2011)
Nicholas Zakas
 
phonegap with angular js for freshers
phonegap with angular js for freshers
dssprakash
 
JavaScript Presentation Frameworks and Libraries
JavaScript Presentation Frameworks and Libraries
Oleksii Prohonnyi
 
Dreamweaver CS6, jQuery, PhoneGap, mobile design
Dreamweaver CS6, jQuery, PhoneGap, mobile design
Dee Sadler
 
A Good PHP Framework For Beginners Like Me!
A Good PHP Framework For Beginners Like Me!
Muhammad Ghazali
 
API Technical Writing
API Technical Writing
Sarah Maddox
 
Intro Open Social and Dashboards
Intro Open Social and Dashboards
Atlassian
 
HTML5 and CSS3 Techniques You Can Use Today
HTML5 and CSS3 Techniques You Can Use Today
Todd Anglin
 
Front-End Frameworks: a quick overview
Front-End Frameworks: a quick overview
Diacode
 
DeepCrawl Webinar: Performing SEO on the Edge
DeepCrawl Webinar: Performing SEO on the Edge
Dan Taylor
 
HTML5 and the dawn of rich mobile web applications
HTML5 and the dawn of rich mobile web applications
James Pearce
 
Progressive Web Apps: o melhor da Web appficada
Progressive Web Apps: o melhor da Web appficada
Caelum
 
Building Progressive Web Apps for Android and iOS
Building Progressive Web Apps for Android and iOS
FITC
 
Front end development best practices
Front end development best practices
Karolina Coates
 
JavaScript Roadmap III - ECMAScript
JavaScript Roadmap III - ECMAScript
Aswin Barath
 
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
Evan Mullins
 

Similar to Java script Tutorial - QaTrainingHub (20)

BEAAUTIFUL presentation of java
BEAAUTIFUL presentation of java
rana usman
 
WT Module-3.pptx
WT Module-3.pptx
RamyaH11
 
Quo vadis, JavaScript? Devday.pl keynote
Quo vadis, JavaScript? Devday.pl keynote
Christian Heilmann
 
Accessibility Testing - Using Asqatasun - Meetup Webinar
Accessibility Testing - Using Asqatasun - Meetup Webinar
Keyur Shah
 
Progressive Enhancement & Mobile [Funka 2012]
Progressive Enhancement & Mobile [Funka 2012]
Aaron Gustafson
 
Developing High Performance Web Apps
Developing High Performance Web Apps
Timothy Fisher
 
Client side scripting and server side scripting
Client side scripting and server side scripting
baabtra.com - No. 1 supplier of quality freshers
 
Online gas booking project in java
Online gas booking project in java
s4al_com
 
JavaScript New Tutorial Class XI and XII.pptx
JavaScript New Tutorial Class XI and XII.pptx
rish15r890
 
JavaOne2016 #CON5929 Time-Saving Tips and Tricks for Building Quality Java Ap...
JavaOne2016 #CON5929 Time-Saving Tips and Tricks for Building Quality Java Ap...
Yusuke Yamamoto
 
Client-Side Performance Testing
Client-Side Performance Testing
Anand Bagmar
 
soa
soa
thiyagu0484
 
Java script by Act Academy
Java script by Act Academy
actanimation
 
wt mod3.pdf
wt mod3.pdf
VinayKumarV24
 
JavaScript Introduction
JavaScript Introduction
Jainul Musani
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo Fadojutimi
Temitayo Fadojutimi
 
Java script lecture 1
Java script lecture 1
Mudasir Syed
 
DevOps, A brief introduction to Vagrant & Ansible
DevOps, A brief introduction to Vagrant & Ansible
Arnaud LEMAIRE
 
Programming For Non-Programmers (AMEX Remix Edition)
Programming For Non-Programmers (AMEX Remix Edition)
Chris Castiglione
 
txWelcome to Javascript Welcome to Javascript.pp
txWelcome to Javascript Welcome to Javascript.pp
vaibhavdtambe2003
 
BEAAUTIFUL presentation of java
BEAAUTIFUL presentation of java
rana usman
 
WT Module-3.pptx
WT Module-3.pptx
RamyaH11
 
Quo vadis, JavaScript? Devday.pl keynote
Quo vadis, JavaScript? Devday.pl keynote
Christian Heilmann
 
Accessibility Testing - Using Asqatasun - Meetup Webinar
Accessibility Testing - Using Asqatasun - Meetup Webinar
Keyur Shah
 
Progressive Enhancement & Mobile [Funka 2012]
Progressive Enhancement & Mobile [Funka 2012]
Aaron Gustafson
 
Developing High Performance Web Apps
Developing High Performance Web Apps
Timothy Fisher
 
Online gas booking project in java
Online gas booking project in java
s4al_com
 
JavaScript New Tutorial Class XI and XII.pptx
JavaScript New Tutorial Class XI and XII.pptx
rish15r890
 
JavaOne2016 #CON5929 Time-Saving Tips and Tricks for Building Quality Java Ap...
JavaOne2016 #CON5929 Time-Saving Tips and Tricks for Building Quality Java Ap...
Yusuke Yamamoto
 
Client-Side Performance Testing
Client-Side Performance Testing
Anand Bagmar
 
Java script by Act Academy
Java script by Act Academy
actanimation
 
JavaScript Introduction
JavaScript Introduction
Jainul Musani
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo Fadojutimi
Temitayo Fadojutimi
 
Java script lecture 1
Java script lecture 1
Mudasir Syed
 
DevOps, A brief introduction to Vagrant & Ansible
DevOps, A brief introduction to Vagrant & Ansible
Arnaud LEMAIRE
 
Programming For Non-Programmers (AMEX Remix Edition)
Programming For Non-Programmers (AMEX Remix Edition)
Chris Castiglione
 
txWelcome to Javascript Welcome to Javascript.pp
txWelcome to Javascript Welcome to Javascript.pp
vaibhavdtambe2003
 
Ad

More from QA TrainingHub (6)

Best Python Online Training with Live Project by Expert
Best Python Online Training with Live Project by Expert
QA TrainingHub
 
Microsoft sql-server-2016 Tutorial & Overview
Microsoft sql-server-2016 Tutorial & Overview
QA TrainingHub
 
Python | What is Python | History of Python | Python Tutorial
Python | What is Python | History of Python | Python Tutorial
QA TrainingHub
 
Css training tutorial css3 &amp; css4 essentials
Css training tutorial css3 &amp; css4 essentials
QA TrainingHub
 
Unix Tutorial & overview
Unix Tutorial & overview
QA TrainingHub
 
QA Online Training in Hyderabad - 040 65862627, +91 8977262627
QA Online Training in Hyderabad - 040 65862627, +91 8977262627
QA TrainingHub
 
Best Python Online Training with Live Project by Expert
Best Python Online Training with Live Project by Expert
QA TrainingHub
 
Microsoft sql-server-2016 Tutorial & Overview
Microsoft sql-server-2016 Tutorial & Overview
QA TrainingHub
 
Python | What is Python | History of Python | Python Tutorial
Python | What is Python | History of Python | Python Tutorial
QA TrainingHub
 
Css training tutorial css3 &amp; css4 essentials
Css training tutorial css3 &amp; css4 essentials
QA TrainingHub
 
Unix Tutorial & overview
Unix Tutorial & overview
QA TrainingHub
 
QA Online Training in Hyderabad - 040 65862627, +91 8977262627
QA Online Training in Hyderabad - 040 65862627, +91 8977262627
QA TrainingHub
 
Ad

Recently uploaded (20)

Public Health For The 21st Century 1st Edition Judy Orme Jane Powell
Public Health For The 21st Century 1st Edition Judy Orme Jane Powell
trjnesjnqg7801
 
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
AndrewBorisenko3
 
2025 Completing the Pre-SET Plan Form.pptx
2025 Completing the Pre-SET Plan Form.pptx
mansk2
 
Filipino 9 Maikling Kwento Ang Ama Panitikang Asiyano
Filipino 9 Maikling Kwento Ang Ama Panitikang Asiyano
sumadsadjelly121997
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 6-14-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 6-14-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
Wage and Salary Computation.ppt.......,x
Wage and Salary Computation.ppt.......,x
JosalitoPalacio
 
Aprendendo Arquitetura Framework Salesforce - Dia 02
Aprendendo Arquitetura Framework Salesforce - Dia 02
Mauricio Alexandre Silva
 
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
ErlizaRosete
 
How to use _name_search() method in Odoo 18
How to use _name_search() method in Odoo 18
Celine George
 
English 3 Quarter 1_LEwithLAS_Week 1.pdf
English 3 Quarter 1_LEwithLAS_Week 1.pdf
DeAsisAlyanajaneH
 
Tanja Vujicic - PISA for Schools contact Info
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
 
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
 
Gladiolous Cultivation practices by AKL.pdf
Gladiolous Cultivation practices by AKL.pdf
kushallamichhame
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
Q1_TLE 8_Week 1- Day 1 tools and equipment
Q1_TLE 8_Week 1- Day 1 tools and equipment
clairenotado3
 
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
 
June 2025 Progress Update With Board Call_In process.pptx
June 2025 Progress Update With Board Call_In process.pptx
International Society of Service Innovation Professionals
 
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
 
Great Governors' Send-Off Quiz 2025 Prelims IIT KGP
Great Governors' Send-Off Quiz 2025 Prelims IIT KGP
IIT Kharagpur Quiz Club
 
Peer Teaching Observations During School Internship
Peer Teaching Observations During School Internship
AjayaMohanty7
 
Public Health For The 21st Century 1st Edition Judy Orme Jane Powell
Public Health For The 21st Century 1st Edition Judy Orme Jane Powell
trjnesjnqg7801
 
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
AndrewBorisenko3
 
2025 Completing the Pre-SET Plan Form.pptx
2025 Completing the Pre-SET Plan Form.pptx
mansk2
 
Filipino 9 Maikling Kwento Ang Ama Panitikang Asiyano
Filipino 9 Maikling Kwento Ang Ama Panitikang Asiyano
sumadsadjelly121997
 
Wage and Salary Computation.ppt.......,x
Wage and Salary Computation.ppt.......,x
JosalitoPalacio
 
Aprendendo Arquitetura Framework Salesforce - Dia 02
Aprendendo Arquitetura Framework Salesforce - Dia 02
Mauricio Alexandre Silva
 
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
ErlizaRosete
 
How to use _name_search() method in Odoo 18
How to use _name_search() method in Odoo 18
Celine George
 
English 3 Quarter 1_LEwithLAS_Week 1.pdf
English 3 Quarter 1_LEwithLAS_Week 1.pdf
DeAsisAlyanajaneH
 
Tanja Vujicic - PISA for Schools contact Info
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
 
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
 
Gladiolous Cultivation practices by AKL.pdf
Gladiolous Cultivation practices by AKL.pdf
kushallamichhame
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
Q1_TLE 8_Week 1- Day 1 tools and equipment
Q1_TLE 8_Week 1- Day 1 tools and equipment
clairenotado3
 
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
 
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
 
Great Governors' Send-Off Quiz 2025 Prelims IIT KGP
Great Governors' Send-Off Quiz 2025 Prelims IIT KGP
IIT Kharagpur Quiz Club
 
Peer Teaching Observations During School Internship
Peer Teaching Observations During School Internship
AjayaMohanty7
 

Java script Tutorial - QaTrainingHub

  • 1. y JAVASCRIPT QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 2. INTRODUCTION TO JAVASCRIPTINTRODUCTION TO JAVASCRIPT Introduction: JS is client side scripting language implemented by Brendan Netscape corporation in 1995 as LiveScript. It increase the performance of application and to decrease network traffic. JavaScript is the most popular scripting language on the internet, and works in all major browsers, such as Internet Explorer, Firefox, Chrome, Opera, and Safari. QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 3. •JavaScript was designed to add interactivity to HTML pages •JavaScript was originally developed in Netscape, by Brendan Eich •JavaScript is a scripting language •A scripting language is a lightweight programming language •JavaScript is usually embedded directly into HTML pages •Every Statement is JS we should end with a semi colon ; •JavaScript is an interpreted language (means that scripts execute without preliminary compilation) •Everyone can use JavaScript without purchasing a license • JavaScript is loosely typed language, no need to provide data types at the time of variable declaration. • User can see the JavaScript logic by clicking on view source option. What is JavaScript? QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 4. NO! JAVA and JavaScript are two completely different languages in both concept and design! Java (developed by Sun Microsystems) is a powerful and much more complex programming language - in the same category as C and C++. Are Java and JavaScript the same? QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 5. HOW JAVASCRIPT WORKS HTML Viewer Executing Scripts QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 6. Java Script Structure <html><html> <head><head> <title>example</title><title>example</title> <script language=“JavaScript”><script language=“JavaScript”> <!–<!– ----->-----> </script></script> </head></head> <body><body> ---------- ---------- </body></body> </html></html> QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 7. COMMENTS Single Comments are //Single Comments are // <script type="text/javascript"><script type="text/javascript"> document.write("Hello"); // This will write "Hello"document.write("Hello"); // This will write "Hello" document.write("Dolly"); // This will write "Dolly"document.write("Dolly"); // This will write "Dolly" </script></script> Multi line comments are /* */Multi line comments are /* */ <script type="text/javascript"><script type="text/javascript"> /*/* document.write("<h1>This is a header</h1>"); document.write("<p>This isdocument.write("<h1>This is a header</h1>"); document.write("<p>This is a paragraph</p>");a paragraph</p>"); document.write("<p>This is also paragraph</p>");document.write("<p>This is also paragraph</p>"); */*/ </script></script> QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 8. QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute Comparing Java and JavaScript
  • 9. Debugging JavaScript Errors Enable JavaScript - Internet Explorer 1.Click on the Tools menu 2.Choose Internet Options... from the menu 3.Click the Security tab on the Internet Options pop up 4.Click the Custom Level... button to access your security settings 5.Scroll almost all the way down to the Scripting section 6.Select the Enable button for Active scripting 7.Click OK to finish the process 8.Click Yes when asked to confirm QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 10. Debugging JavaScript Errors Enable JavaScript – Firefox 1.Click on the Tools menu 2.Choose Options... from the menu 3.Click the Content tab in the Options pop up 4.Make sure that Enable JavaScript is checked 5.Click OK to finish the process QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 11. Debugging JavaScript Errors Enable JavaScript – Opera 1.Click on the Tools menu 2.Choose Preferences... from the menu 3.Click the Advanced tab in the Preferences pop up 4.Select Content from the list of items on the left 5.Make sure that Enable JavaScript is checked 6.Click OK to finish the process QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 12. COMMON SCRIPTING TASKSCOMMON SCRIPTING TASKS Adding dynamic features to Web pagesAdding dynamic features to Web pages Validation of form dataValidation of form data Image rolloversImage rollovers Time-sensitive or random page elementsTime-sensitive or random page elements Handling cookiesHandling cookies QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 13. LIMITATIONS OF CLIENT-SIDE SCRIPTING Since script code is embedded in the page, viewable to the worldSince script code is embedded in the page, viewable to the world for security reasons, scripts are limited in what they can dofor security reasons, scripts are limited in what they can do Example: Can't access the client's hard driveExample: Can't access the client's hard drive since designed to run on any machine platform, scripts do not containsince designed to run on any machine platform, scripts do not contain platform specific commandsplatform specific commands script languages are not full-featuredscript languages are not full-featured e.g., JavaScript objects are crude, not good for large projecte.g., JavaScript objects are crude, not good for large project developmentdevelopment QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute
  • 14. Introducing JavaScript Server-Side Programming Client-Side Programming QATRAININGHUB.COM | India's BestQATRAININGHUB.COM | India's Best Software Training InstituteSoftware Training Institute