SlideShare a Scribd company logo
JS
Introduction to
JavaScript?
MO DULE 1
What is
JavaScript (JS)?
• A high level and scripting language
• A weak type checking language
• An object-oriented language
• Created by Brendan Eich in 1995
• Use for web and client-side development
• Generally, embed in HTML document
FR
• JavaScript can be executed directly
on any browser that enabled
JavaScript feature
• JavaScipt also can be executed on
any server that implement
JavaScript engine like NodeJS
How JavaScript Works
FR
Why learn
JavaScript
• The most friendly for beginers
• A website cannot live without JavaScript
• Used by nearly 70% of deverlopers and over
95% of the websites on the internet
• A High paying language that attracted 26% of
job market
• A single language for everywhere
4
JS
FR
Java
• A compile language
• Strong type checking
• Class based object-oriented
• Run on Java virtural machine
JavaScript
• Scripting language
• Weak type
• Prototype based object-oriented
• Run on browser or JavaScript engine
Java vs JavaScript
JavaScript and
ECMAScript
• JavaScript standardlized at ECMA
Internetion in November 1996.
• The standardlized version of JavaScript
called ECMAScript (ES).
• The original version of JavaScript is fully
compatible with Sandard version.

More Related Content

PPTX
TypeScript Introduction
PPTX
TypeScript Jump Start
PPTX
Coding for the cloud - development of modern web applications
PPTX
Through Meteor to the stars - Developing full-stack SPA's with meteor.js
PDF
Using type script to build better apps
PPTX
Java script
PPTX
WordPress Development Environments
PDF
Koubei banquet 25
TypeScript Introduction
TypeScript Jump Start
Coding for the cloud - development of modern web applications
Through Meteor to the stars - Developing full-stack SPA's with meteor.js
Using type script to build better apps
Java script
WordPress Development Environments
Koubei banquet 25

What's hot (18)

PDF
Scala vs ruby
PDF
Crystal
ODP
TypeScript
PPTX
Next-generation JavaScript - OpenSlava 2014
PDF
Use all the buzzwords
PDF
A brief intro to RubyMotion
PDF
JSFoo-2017 Takeaways
PPTX
Microsoft Azure DocumentDB - Global Azure Bootcamp 2016
KEY
Ruby Midwest 2010 jRuby by Charles Nutter
PPTX
Presentation
PPT
Next generation frontend tooling
PPTX
Typescript: JS code just got better!
PPTX
Introduction to NodeJS
KEY
Sugarcoating your frontend one ViewModel at a time
PPT
Why ruby?
PDF
Javascript - Lezione 0
PDF
Conquering AngularJS Limitations
PDF
Lessons in Open Source from the MongooseJS ODM
Scala vs ruby
Crystal
TypeScript
Next-generation JavaScript - OpenSlava 2014
Use all the buzzwords
A brief intro to RubyMotion
JSFoo-2017 Takeaways
Microsoft Azure DocumentDB - Global Azure Bootcamp 2016
Ruby Midwest 2010 jRuby by Charles Nutter
Presentation
Next generation frontend tooling
Typescript: JS code just got better!
Introduction to NodeJS
Sugarcoating your frontend one ViewModel at a time
Why ruby?
Javascript - Lezione 0
Conquering AngularJS Limitations
Lessons in Open Source from the MongooseJS ODM
Ad

Similar to Java script fundamental - Introduction to JavaScript Programming Language (20)

PPTX
javascript.pptx
PPTX
chap01 - Introduction to JavaScript first.pptx
PPTX
Overview of Coding Languages
PPT
Basic javaprogramming(session1)
PPTX
Node ts1
PPT
Cross platform mobile application development
PPTX
sl slides-unit-1.pptx
PPTX
PPTX
TOPIC-4-scripting-languages (1).pptx
PPTX
Javascript Best Practices and Intro to Titanium
PDF
Cross-Platform Native Apps with JavaScript
PPTX
PHP vs JavaScript
PPTX
Top 10 programming languages
PPT
Java script
PPT
Java script
PDF
The Characteristics of a Successful SPA
PPTX
PPTX
TypeScript With Node And Express
PPTX
TypeScript VS JavaScript.pptx
PPTX
Java script introduction
javascript.pptx
chap01 - Introduction to JavaScript first.pptx
Overview of Coding Languages
Basic javaprogramming(session1)
Node ts1
Cross platform mobile application development
sl slides-unit-1.pptx
TOPIC-4-scripting-languages (1).pptx
Javascript Best Practices and Intro to Titanium
Cross-Platform Native Apps with JavaScript
PHP vs JavaScript
Top 10 programming languages
Java script
Java script
The Characteristics of a Successful SPA
TypeScript With Node And Express
TypeScript VS JavaScript.pptx
Java script introduction
Ad

Recently uploaded (20)

PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Complications of Minimal Access Surgery at WLH
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
Updated Idioms and Phrasal Verbs in English subject
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PDF
Trump Administration's workforce development strategy
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Classroom Observation Tools for Teachers
PPTX
master seminar digital applications in india
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PDF
Computing-Curriculum for Schools in Ghana
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Complications of Minimal Access Surgery at WLH
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
History, Philosophy and sociology of education (1).pptx
Updated Idioms and Phrasal Verbs in English subject
2.FourierTransform-ShortQuestionswithAnswers.pdf
UNIT III MENTAL HEALTH NURSING ASSESSMENT
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
Trump Administration's workforce development strategy
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Module 4: Burden of Disease Tutorial Slides S2 2025
202450812 BayCHI UCSC-SV 20250812 v17.pptx
STATICS OF THE RIGID BODIES Hibbelers.pdf
Classroom Observation Tools for Teachers
master seminar digital applications in india
LDMMIA Reiki Yoga Finals Review Spring Summer
Final Presentation General Medicine 03-08-2024.pptx
Orientation - ARALprogram of Deped to the Parents.pptx
Computing-Curriculum for Schools in Ghana

Java script fundamental - Introduction to JavaScript Programming Language

  • 2. What is JavaScript (JS)? • A high level and scripting language • A weak type checking language • An object-oriented language • Created by Brendan Eich in 1995 • Use for web and client-side development • Generally, embed in HTML document
  • 3. FR • JavaScript can be executed directly on any browser that enabled JavaScript feature • JavaScipt also can be executed on any server that implement JavaScript engine like NodeJS How JavaScript Works
  • 4. FR Why learn JavaScript • The most friendly for beginers • A website cannot live without JavaScript • Used by nearly 70% of deverlopers and over 95% of the websites on the internet • A High paying language that attracted 26% of job market • A single language for everywhere 4 JS
  • 5. FR Java • A compile language • Strong type checking • Class based object-oriented • Run on Java virtural machine JavaScript • Scripting language • Weak type • Prototype based object-oriented • Run on browser or JavaScript engine Java vs JavaScript
  • 6. JavaScript and ECMAScript • JavaScript standardlized at ECMA Internetion in November 1996. • The standardlized version of JavaScript called ECMAScript (ES). • The original version of JavaScript is fully compatible with Sandard version.