Skip to content

06. How JS works behind the scenes

idavidov13 edited this page Oct 28, 2023 · 1 revision

Definition of JavaScript

image

High Level

image

Garbage-collected

image

Interpreted or just-in-time compiled

image

Multy paradigm

image

Prototype-based object-oriented

image

First-class functions

image

Dynamic

image

Single-threaded

Non-blocking event loop

image

JavaScript Engine

image image image image image

How JS code is executed

image image image

Scope Concepts

image image image image

Summary

image

Hoisting in JS

image image

The this keyword

image

Clone this wiki locally