JavaScript Engine and JUST-IN-TIME Compiler

preview_player
Показать описание
In this lecture, lets understand how a JavaScript program get’s executed by the browser. In the last lecture, we learned that every browser has a JavaScript engine which is responsible for executing JavaScript code. So, in this lecture, you will learn all the steps involved in executing a JavaScript program by JavaScript engine.

What is machine code?
The programs which we write using any programming language like C, Java, C++, JavaScript etc. are called as high-level language. A high-level language is human readable.

A Compute processor only understands 0s and 1s. It does not understand the high-level programming languages like C or JavaScript. So, ultimately all the programs, no matter which programming language you are using, must be converted to 0s and 1s in order to execute it. This converted code is called as machine code.

We cannot write a computer program in machine code by ourselves. It is practically impossible. That’s why, we use high-level languages to write a program and then convert is to machine code using some tools in order to execute it.

The conversion of high-level language to machine code can be done by using compilation or interpretation. Let's understand these concepts in detail in this lecture.
Рекомендации по теме
Комментарии
Автор

i searching lot of time, like this video, I liksimply super

dabbarnaresh
Автор

it would be nice to have a video about, how react native work behind the scene.

plaguemusic
Автор

This is Jonas's content from his JS course in Udemy 😂

programlearning
Автор

The audacity... Jonas should watch this 😂

ultraman
Автор

Do you know any one named by jonas schmedtmann?
just asking

jaberfathi
Автор

hey, it was nice video until i realized your words are exact copy of Jonas JS lecture from udemy

Krishnasaini
Автор

permission for screenshots of the slides you made, thank you for the knowledge you share :)

codingwithichsan
Автор

is "C" high level programing language ?

yibrahamare
Автор

you copied jonas words from the udemy course xD

bebibon
Автор

This content copy from jonas who is the best teacher in udemy 😂😂

aboltabol
Автор

You've copied that content from JavaScript mastery course of Jonas schmedtman which is available on udemy 🤨

vijaybhatt