0% found this document useful (0 votes)
6 views6 pages

JavaScript Note

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views6 pages

JavaScript Note

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

JavaScript

-JavaScript is light weight interpreted and Just-in-Time [JIT] complied


programming language.

Programming Language  Translated  Byte Code

Programming Language or Translated by Two type


1: Interpreter  line by line
2: Compiler  All lines
JavaScript

-Light Weight
Light weight allows to operate with less memory.
-interpreted
Allows line by line translation.
-Complied
allows to translate all line simultaneously at the same time
JavaScript

There are 2 types compiling techniques

A: JIT (Just in time)


B: AoT (Ahead-of-Time)

-JIT translate JavaScript in browser, when it is requested in browser.


-AOT translate JavaScript on server. before it is requested in browser.
-AOT requiers explicit JavaScript compiler L'Ike ‘’ V8, Babel, node etc...".
JavaScript

JavaScript
-is a programming language that supports various programming approaches like

a) Functional Programming
b) Structural programming
c) Imperative pogromming
d) Objective programming etc…

Note: JavaScript is not an OOP language, it supports only few features of OOP.
JavaScript

JavaScript
-JavaScript is a programming language used in various layers and application.

-JavaScript can be used .


a) Client Side [with HTML]
b) Server Side [with Node JS]
c) In Database [with Mongo DB]
d) In Animation Tools [with Flash. CAD Systems]
JavaScript

JavaScript Client Side

You might also like