SlideShare a Scribd company logo
2
Most read
The Saga of
JavaScript & TypeScript:
Part 1
Haci M. Yaman
22/4/2021
Deno
Content
1. JavaScript
2. Google Chrome V8
3. Node.js
4. TypeScript
Node if you get the joke!
1. JavaScript
• History
• 1995: Netscape Navigator: LiveScript, called JavaScript later
• 1996: Microsoft Internet Explorer: JScript (reverse-engineered JavaScript)
• 2000: Microsoft dominance: stagnant development on browser side
• 2004: Mozilla Firefox: popularity and cheers
• 2008: Google Chrome: debut with V8 (the fastest) JavaScript engine
• 2009: ECMAScript 5
• 2015: ECMAScript 6
• ECMAScript 2016 (7th ed.); ECMAScript 2017 (8th ed.); ECMAScript 2018 (9th ed.)
• ECMAScript 2019 (10th ed.); ECMAScript 2020 (11th ed.); ECMAScript 2021 (12th
ed.)
• Language:
• a high-level programming language that conforms to the ECMAScript
specification
• multi-paradigm: procedural, object-oriented
• dynamic typing
• prototype-based object-orientation
• first-class functions
• JIT: just-in-time compilation
See language features at: https://node.green/
Ref: https://en.wikipedia.org/wiki/JavaScript
2. Google Chrome V8
• an open-source JavaScript engine
developed by Google
• also runs on the server side
• Used in Couchbase, Node.js, Deno,
Electron, etc.
• compiles JavaScript directly to native
machine code using JIT compilation
before executing it
• optimized (and re-optimized)
dynamically at runtime
Ref: https://en.wikipedia.org/wiki/V8_(JavaScript_engine)
Ref: https://v8.dev/
3. Node.js
• open-source cross-platform back-end
JavaScript runtime environment
• runs on the V8 engine
• executes JavaScript outside a web browser
• an event-driven architecture capable of
asynchronous I/O
• aim: optimize throughput and scalability
• develop
• CLI tools
• Server-side scripting
• HTTP servers
• Real-time communication services
Ref: https://nodejs.org/en/
Ref: https://en.wikipedia.org/wiki/Node.js
4. TypeScript
• in 2012 by architect of C# and designer of Delphi & Turbo Pascal
• strict syntactical superset of JavaScript
• adds static typing (optional)
• designed for the development of large
enterprise applications
• transcompiles/transpiles to JavaScript
• target different versions of ECMAScript
• existing JavaScript programs
• => valid TypeScript programs (usually)
• develop apps for both
• client-side and
• server-side (using Node.js or Deno)
Ref: https://www.typescriptlang.org/
The End
Thank you
https://en.wikipedia.org/wiki/JavaScript
https://en.wikipedia.org/wiki/ECMAScript
https://en.wikipedia.org/wiki/TypeScript
https://en.wikipedia.org/wiki/Node.js
https://v8.dev/
https://nodejs.org/
https://node.green/
https://www.typescriptlang.org/
https://github.com/TypeStrong/ts-node
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Language_Resources
https://deno.land/
https://en.wikipedia.org/wiki/Programming_language
Recommended articles:

More Related Content

What's hot (20)

PDF
MEAN Stack WeNode Barcelona Workshop
Valeri Karpov
 
PPTX
Introduction to MERN
ShyamMohanKunwar
 
PDF
Beginning MEAN Stack
Rob Davarnia
 
PPTX
Angular2.0@Shanghai0319
Bibby Chung
 
PPTX
TypeScript Jump Start
Mostafa
 
PPTX
Mean PPT
Harendra Singh Bisht
 
PPTX
Kick start your journey as mern stack developer
ShrutiPanjwani1
 
PDF
ITT Flisol 2013
Domingo Suarez Torres
 
PPTX
React Native
Artyom Trityak
 
PPTX
MEAN Stack
Dotitude
 
PDF
NodeSummit - MEAN Stack
Valeri Karpov
 
PPTX
Evolution of java script libraries
Columbia Developers Guild
 
PPTX
Building your first MEAN application
FITC
 
PPTX
Javascript Myths and its Evolution
Deepu S Nath
 
PDF
Shift Remote: JS - Javascript Build Tools: Past & Beyond - Shedrack Akintayo
Shift Conference
 
PDF
Stripe con 2021 UI stack
MaximeRainville1
 
PPTX
.Net platform .Net core fundamentals
Hosein Mansouri
 
PPT
Get MEAN! Node.js and the MEAN stack
Nicholas McClay
 
PPT
Develop a Quick and Dirty Web interface to your database: for the DBA and oth...
Gabriel Villa
 
MEAN Stack WeNode Barcelona Workshop
Valeri Karpov
 
Introduction to MERN
ShyamMohanKunwar
 
Beginning MEAN Stack
Rob Davarnia
 
Angular2.0@Shanghai0319
Bibby Chung
 
TypeScript Jump Start
Mostafa
 
Kick start your journey as mern stack developer
ShrutiPanjwani1
 
ITT Flisol 2013
Domingo Suarez Torres
 
React Native
Artyom Trityak
 
MEAN Stack
Dotitude
 
NodeSummit - MEAN Stack
Valeri Karpov
 
Evolution of java script libraries
Columbia Developers Guild
 
Building your first MEAN application
FITC
 
Javascript Myths and its Evolution
Deepu S Nath
 
Shift Remote: JS - Javascript Build Tools: Past & Beyond - Shedrack Akintayo
Shift Conference
 
Stripe con 2021 UI stack
MaximeRainville1
 
.Net platform .Net core fundamentals
Hosein Mansouri
 
Get MEAN! Node.js and the MEAN stack
Nicholas McClay
 
Develop a Quick and Dirty Web interface to your database: for the DBA and oth...
Gabriel Villa
 

Similar to The Saga of JavaScript and TypeScript: Part 1 (20)

PPTX
Brief History of JavaScript
Rifad Ainun Nazieb
 
PPTX
Introduction to TypeScript
Bob German
 
PDF
Type script vs javascript come face to face in battleground
Katy Slemon
 
PDF
An Intro to Js & Node.js
Premchand Kumar
 
PPTX
TypeScript VS JavaScript.pptx
Albiorix Technology
 
PPTX
TypeScript Introduction
Travis van der Font
 
PPTX
The Saga of JavaScript and Typescript: in Deno land
Haci Murat Yaman
 
PPTX
Type script
Mallikarjuna G D
 
PDF
NetBeans Support for EcmaScript 6
Kostas Saidis
 
PDF
TYPESCRIPT-ARCHI.pdfbsjjsjsjsjjsjjsjsjjs
sonidsxyz02
 
PPTX
Event-driven IO server-side JavaScript environment based on V8 Engine
Ricardo Silva
 
DOCX
Deno vs Node.js: A Comprehensive Comparison.docx
Vignesh Nethaji
 
PPTX
TypeScript With Node And Express
Simplilearn
 
PPTX
Unit 1 - TypeScript & Introduction to Angular CLI.pptx
Malla Reddy University
 
PPTX
Ten years later
Cristian Vat
 
PPTX
T4T Training day - NodeJS
Tim Sommer
 
PPT
18_Node.js.ppt
KhalilSalhi7
 
Brief History of JavaScript
Rifad Ainun Nazieb
 
Introduction to TypeScript
Bob German
 
Type script vs javascript come face to face in battleground
Katy Slemon
 
An Intro to Js & Node.js
Premchand Kumar
 
TypeScript VS JavaScript.pptx
Albiorix Technology
 
TypeScript Introduction
Travis van der Font
 
The Saga of JavaScript and Typescript: in Deno land
Haci Murat Yaman
 
Type script
Mallikarjuna G D
 
NetBeans Support for EcmaScript 6
Kostas Saidis
 
TYPESCRIPT-ARCHI.pdfbsjjsjsjsjjsjjsjsjjs
sonidsxyz02
 
Event-driven IO server-side JavaScript environment based on V8 Engine
Ricardo Silva
 
Deno vs Node.js: A Comprehensive Comparison.docx
Vignesh Nethaji
 
TypeScript With Node And Express
Simplilearn
 
Unit 1 - TypeScript & Introduction to Angular CLI.pptx
Malla Reddy University
 
Ten years later
Cristian Vat
 
T4T Training day - NodeJS
Tim Sommer
 
18_Node.js.ppt
KhalilSalhi7
 
Ad

Recently uploaded (20)

PDF
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
PDF
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
PPTX
Transforming Mining & Engineering Operations with Odoo ERP | Streamline Proje...
SatishKumar2651
 
PDF
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
PDF
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PDF
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
PPTX
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
PPTX
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
PDF
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
PPTX
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
PDF
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
PPTX
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
PDF
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
PPTX
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
PDF
Unlock Efficiency with Insurance Policy Administration Systems
Insurance Tech Services
 
PDF
Empower Your Tech Vision- Why Businesses Prefer to Hire Remote Developers fro...
logixshapers59
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
Transforming Mining & Engineering Operations with Odoo ERP | Streamline Proje...
SatishKumar2651
 
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
Unlock Efficiency with Insurance Policy Administration Systems
Insurance Tech Services
 
Empower Your Tech Vision- Why Businesses Prefer to Hire Remote Developers fro...
logixshapers59
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
Ad

The Saga of JavaScript and TypeScript: Part 1