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
Microbial diseases, their pathogenesis and prophylaxis
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Pre independence Education in Inndia.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Cell Structure & Organelles in detailed.
PDF
Basic Mud Logging Guide for educational purpose
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Lesson notes of climatology university.
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Cell Types and Its function , kingdom of life
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
GDM (1) (1).pptx small presentation for students
Microbial diseases, their pathogenesis and prophylaxis
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Renaissance Architecture: A Journey from Faith to Humanism
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Pre independence Education in Inndia.pdf
Pharma ospi slides which help in ospi learning
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
VCE English Exam - Section C Student Revision Booklet
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Cell Structure & Organelles in detailed.
Basic Mud Logging Guide for educational purpose
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Lesson notes of climatology university.
Anesthesia in Laparoscopic Surgery in India
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Cell Types and Its function , kingdom of life
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Microbial disease of the cardiovascular and lymphatic systems
GDM (1) (1).pptx small presentation for students

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.