SlideShare a Scribd company logo
1 of 10
Basics JavaScript
By Sazilah Salam
Learning Outcome
At the end of this lesson, students should be
able to:
i) Insert JavaScripts in HTML documents
ii) Declare JavaScript variables in HTML
documents
JavaScript Syntax
• The HTML <script> tag is used to insert a JavaScript into an
HTML page.

The <script> tags tell
the browser to expect
a script in between
them.

<html>
<body>
<script type="text/javascript">
document.write("JavaScript is not Java");
</script>
</body>
This part that
</html>

writes/display the
actual text
3
Where to put your scripts?
1.
2.
3.
4.

Scripts in <head>
Scripts in <body>
In both the body and the head section
Using an External JavaScript

4
Where to put your scripts? <head>.
<html>
<head>
<script type="text/javascript">
function message()
{
alert("This alert box was called with the onload event");
}
</script>
</head>

<body onload="message()">
</body>
</html>
5
Where to put your scripts? <body>.
<html>
<body>
<script type="text/javascript">
document.write("JavaScript is not Java");
</script>
</body>
</html>
6
Where to put your scripts? <head> and <body>
• <html>
<head>
<script type="text/javascript">
function message()
{
alert("This alert box was called with the onload event");
}
</script>
</head>
<body onload="message()">
<script type="text/javascript">
document.write("This message is written by JavaScript");
</script>
</body>
</html>

7
Where to put your scripts? External javascript
• <html>
<head>
<script type="text/javascript" src="xxx.js"></script>
</head>
<body>
JavaScript external
</body>
file with a .js file
</html>
extension.

8
9

JAVASCRIPT VARIABLES
Rules for variable names:
• Variable names are case sensitive
• They must begin with a letter or the underscore character
• You can create a variable with the var statement:
var strname = some value

• You can also create a variable without the var statement:
strname = some value
•

Assign a Value to a Variable
var strname = "Hege"
Or like this:

strname = "Hege"
<html>
<body>
<script type="text/javascript">
var firstname;
firstname=“Toot";
document.write(firstname);
document.write("<br />");
firstname=“Tweet";
document.write(firstname);
</script>

javascript variables
firstname=“Toot";

variable

value

<p>The script above declares a variable, assigns a value to it, displays
the value, changes the value, and displays the value again.</p>
</body>
</html>

More Related Content

What's hot

Session vii(java scriptbasics)
Session vii(java scriptbasics)Session vii(java scriptbasics)
Session vii(java scriptbasics)Shrijan Tiwari
 
JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1Gene Babon
 
JavaScript Introduction
JavaScript IntroductionJavaScript Introduction
JavaScript IntroductionJainul Musani
 
Basics java scripts
Basics java scriptsBasics java scripts
Basics java scriptsch samaram
 
Introduction to java script
Introduction to java scriptIntroduction to java script
Introduction to java scriptDivyaKS12
 
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)JavaEE Trainers
 
Java script by Act Academy
Java script by Act AcademyJava script by Act Academy
Java script by Act Academyactanimation
 
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes AhmedabadJava Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes AhmedabadNicheTech Com. Solutions Pvt. Ltd.
 

What's hot (16)

Session vii(java scriptbasics)
Session vii(java scriptbasics)Session vii(java scriptbasics)
Session vii(java scriptbasics)
 
JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1
 
Java Script
Java ScriptJava Script
Java Script
 
Jsp & struts
Jsp & strutsJsp & struts
Jsp & struts
 
Ajax
AjaxAjax
Ajax
 
2310 b 08
2310 b 082310 b 08
2310 b 08
 
2310 b 06
2310 b 062310 b 06
2310 b 06
 
JavaScript Introduction
JavaScript IntroductionJavaScript Introduction
JavaScript Introduction
 
Basics java scripts
Basics java scriptsBasics java scripts
Basics java scripts
 
JavaScript - Part-1
JavaScript - Part-1JavaScript - Part-1
JavaScript - Part-1
 
Web&java. jsp
Web&java. jspWeb&java. jsp
Web&java. jsp
 
Introduction to java script
Introduction to java scriptIntroduction to java script
Introduction to java script
 
Java ppt
Java pptJava ppt
Java ppt
 
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)
 
Java script by Act Academy
Java script by Act AcademyJava script by Act Academy
Java script by Act Academy
 
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes AhmedabadJava Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
 

Viewers also liked

Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)
Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)
Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)Tero Luukkonen
 
Presi dalla rete: rischi e opportunità
Presi dalla rete: rischi e opportunitàPresi dalla rete: rischi e opportunità
Presi dalla rete: rischi e opportunitàCaterina Policaro
 
Literatura mediaval. alumno pcpi
Literatura mediaval. alumno pcpiLiteratura mediaval. alumno pcpi
Literatura mediaval. alumno pcpihortenfc
 
Malnutrition
MalnutritionMalnutrition
Malnutritionkaoseu
 
Ecc3601 lecture 1
Ecc3601 lecture 1Ecc3601 lecture 1
Ecc3601 lecture 1makhfudzah
 
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse?
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse? Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse?
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse? NETBAES
 
Light reflaction and refraction
Light reflaction and refractionLight reflaction and refraction
Light reflaction and refractionAbhaya Gupta
 
Konstruksi Bangunan : Perancah (Scaffolding)
Konstruksi Bangunan : Perancah (Scaffolding)Konstruksi Bangunan : Perancah (Scaffolding)
Konstruksi Bangunan : Perancah (Scaffolding)Dian Sari
 
Bosch '''project part-A for MBA student
Bosch '''project part-A for MBA student Bosch '''project part-A for MBA student
Bosch '''project part-A for MBA student yathish Gowda
 

Viewers also liked (16)

George Waters
George WatersGeorge Waters
George Waters
 
Diari del 18 d'octubre de 2013
Diari del 18 d'octubre de 2013Diari del 18 d'octubre de 2013
Diari del 18 d'octubre de 2013
 
Guanajuato
GuanajuatoGuanajuato
Guanajuato
 
водоспади
водоспадиводоспади
водоспади
 
Order of Marechaussee
Order of MarechausseeOrder of Marechaussee
Order of Marechaussee
 
El nivel de iconicidad
El nivel de iconicidadEl nivel de iconicidad
El nivel de iconicidad
 
Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)
Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)
Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)
 
UiTforum 2013 - De draad oppikken
UiTforum 2013 - De draad oppikkenUiTforum 2013 - De draad oppikken
UiTforum 2013 - De draad oppikken
 
Presi dalla rete: rischi e opportunità
Presi dalla rete: rischi e opportunitàPresi dalla rete: rischi e opportunità
Presi dalla rete: rischi e opportunità
 
Literatura mediaval. alumno pcpi
Literatura mediaval. alumno pcpiLiteratura mediaval. alumno pcpi
Literatura mediaval. alumno pcpi
 
Malnutrition
MalnutritionMalnutrition
Malnutrition
 
Ecc3601 lecture 1
Ecc3601 lecture 1Ecc3601 lecture 1
Ecc3601 lecture 1
 
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse?
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse? Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse?
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse?
 
Light reflaction and refraction
Light reflaction and refractionLight reflaction and refraction
Light reflaction and refraction
 
Konstruksi Bangunan : Perancah (Scaffolding)
Konstruksi Bangunan : Perancah (Scaffolding)Konstruksi Bangunan : Perancah (Scaffolding)
Konstruksi Bangunan : Perancah (Scaffolding)
 
Bosch '''project part-A for MBA student
Bosch '''project part-A for MBA student Bosch '''project part-A for MBA student
Bosch '''project part-A for MBA student
 

Similar to Basics JavaScript

JavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptxJavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptxVivekBaghel30
 
Introduction to java script
Introduction to java scriptIntroduction to java script
Introduction to java scriptnanjil1984
 
Js placement
Js placementJs placement
Js placementSireesh K
 
Basic JavaScript Tutorial
Basic JavaScript TutorialBasic JavaScript Tutorial
Basic JavaScript TutorialDHTMLExtreme
 
Java script writing javascript
Java script writing javascriptJava script writing javascript
Java script writing javascriptJesus Obenita Jr.
 
การเข ยนโปรแกรมต ดต_อฐานข_อม_ล
การเข ยนโปรแกรมต ดต_อฐานข_อม_ลการเข ยนโปรแกรมต ดต_อฐานข_อม_ล
การเข ยนโปรแกรมต ดต_อฐานข_อม_ลBongza Naruk
 
FYBSC IT Web Programming Unit III Javascript
FYBSC IT Web Programming Unit III JavascriptFYBSC IT Web Programming Unit III Javascript
FYBSC IT Web Programming Unit III JavascriptArti Parab Academics
 
JAVASCRIPT 1.pptx.pptx
JAVASCRIPT 1.pptx.pptxJAVASCRIPT 1.pptx.pptx
JAVASCRIPT 1.pptx.pptxBeingPrime
 
BEAAUTIFUL presentation of java
BEAAUTIFUL  presentation of javaBEAAUTIFUL  presentation of java
BEAAUTIFUL presentation of javarana usman
 
JavaScript - Getting Started.pptx
JavaScript - Getting Started.pptxJavaScript - Getting Started.pptx
JavaScript - Getting Started.pptxJonnJorellPunto
 
JS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTINGJS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTINGArulkumar
 
JavaScript with Syntax & Implementation
JavaScript with Syntax & ImplementationJavaScript with Syntax & Implementation
JavaScript with Syntax & ImplementationSoumen Santra
 

Similar to Basics JavaScript (20)

JavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptxJavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptx
 
Introduction to java script
Introduction to java scriptIntroduction to java script
Introduction to java script
 
Js placement
Js placementJs placement
Js placement
 
FSJavaScript.ppt
FSJavaScript.pptFSJavaScript.ppt
FSJavaScript.ppt
 
Unit 2.4
Unit 2.4Unit 2.4
Unit 2.4
 
Basic JavaScript Tutorial
Basic JavaScript TutorialBasic JavaScript Tutorial
Basic JavaScript Tutorial
 
Java script writing javascript
Java script writing javascriptJava script writing javascript
Java script writing javascript
 
Hello world
Hello worldHello world
Hello world
 
Java script
Java scriptJava script
Java script
 
การเข ยนโปรแกรมต ดต_อฐานข_อม_ล
การเข ยนโปรแกรมต ดต_อฐานข_อม_ลการเข ยนโปรแกรมต ดต_อฐานข_อม_ล
การเข ยนโปรแกรมต ดต_อฐานข_อม_ล
 
FYBSC IT Web Programming Unit III Javascript
FYBSC IT Web Programming Unit III JavascriptFYBSC IT Web Programming Unit III Javascript
FYBSC IT Web Programming Unit III Javascript
 
JAVASCRIPT 1.pptx.pptx
JAVASCRIPT 1.pptx.pptxJAVASCRIPT 1.pptx.pptx
JAVASCRIPT 1.pptx.pptx
 
Javascript
JavascriptJavascript
Javascript
 
BEAAUTIFUL presentation of java
BEAAUTIFUL  presentation of javaBEAAUTIFUL  presentation of java
BEAAUTIFUL presentation of java
 
jQuery
jQueryjQuery
jQuery
 
Java Script (Module 1).pptx
Java Script (Module 1).pptxJava Script (Module 1).pptx
Java Script (Module 1).pptx
 
JavaScript - Getting Started.pptx
JavaScript - Getting Started.pptxJavaScript - Getting Started.pptx
JavaScript - Getting Started.pptx
 
Unit 2.4
Unit 2.4Unit 2.4
Unit 2.4
 
JS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTINGJS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTING
 
JavaScript with Syntax & Implementation
JavaScript with Syntax & ImplementationJavaScript with Syntax & Implementation
JavaScript with Syntax & Implementation
 

Recently uploaded

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Recently uploaded (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

Basics JavaScript

  • 2. Learning Outcome At the end of this lesson, students should be able to: i) Insert JavaScripts in HTML documents ii) Declare JavaScript variables in HTML documents
  • 3. JavaScript Syntax • The HTML <script> tag is used to insert a JavaScript into an HTML page. The <script> tags tell the browser to expect a script in between them. <html> <body> <script type="text/javascript"> document.write("JavaScript is not Java"); </script> </body> This part that </html> writes/display the actual text 3
  • 4. Where to put your scripts? 1. 2. 3. 4. Scripts in <head> Scripts in <body> In both the body and the head section Using an External JavaScript 4
  • 5. Where to put your scripts? <head>. <html> <head> <script type="text/javascript"> function message() { alert("This alert box was called with the onload event"); } </script> </head> <body onload="message()"> </body> </html> 5
  • 6. Where to put your scripts? <body>. <html> <body> <script type="text/javascript"> document.write("JavaScript is not Java"); </script> </body> </html> 6
  • 7. Where to put your scripts? <head> and <body> • <html> <head> <script type="text/javascript"> function message() { alert("This alert box was called with the onload event"); } </script> </head> <body onload="message()"> <script type="text/javascript"> document.write("This message is written by JavaScript"); </script> </body> </html> 7
  • 8. Where to put your scripts? External javascript • <html> <head> <script type="text/javascript" src="xxx.js"></script> </head> <body> JavaScript external </body> file with a .js file </html> extension. 8
  • 9. 9 JAVASCRIPT VARIABLES Rules for variable names: • Variable names are case sensitive • They must begin with a letter or the underscore character • You can create a variable with the var statement: var strname = some value • You can also create a variable without the var statement: strname = some value • Assign a Value to a Variable var strname = "Hege" Or like this: strname = "Hege"
  • 10. <html> <body> <script type="text/javascript"> var firstname; firstname=“Toot"; document.write(firstname); document.write("<br />"); firstname=“Tweet"; document.write(firstname); </script> javascript variables firstname=“Toot"; variable value <p>The script above declares a variable, assigns a value to it, displays the value, changes the value, and displays the value again.</p> </body> </html>