41-Introduction To JavaScript
41-Introduction To JavaScript
========
- JavaScript is light weight JIT [Just-in-Time] compiled and interpreted language.
- Interpreted is the process of translating line-by-line
- Compiled is the process of translating entire program.
a) JIT
b) AOT
- JIT [Just-in-Time] compiled in browser.
- AOT [Ahead-of-Time] compile at application level]
- JavaScript is a language used to build large scale applications both client side
and server side.
- JavaScript is used
Client Side HTML
Server Side Node.js
Database MongoDB
Animations [2D / 3D] Flash, 3DS Max etc..
Evolution of JavaScript
==================
- The First Browser "Mosaic"
- The first Markup Languages
GML
SGML
Scripting Language : ECMA Script
Netscape Communicator
HTML
ECMA
JavaScript
ES8