JS Engine

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Mar 23 2:15
Editor
Edited
Edited
2022 Feb 7 19:2
Refs
Refs

Javascript Engine is Single Thread (single call stack) Program

Event Loop and Callback Queue makes JS runtime runs Asynchronously
Javascript runs with embedded environment like web browser or node js
We can interpret JS Runtime single thread part for concurrency and multi thread part for parallelism
JS Engines
 
 
JS Engine Notion
 
 
 
Inside the JavaScript Engine
A couple of days ago we started a series aimed at digging deeper into JavaScript and how it actually works: we thought that by knowing the building blocks of JavaScript and how they come to play together you'll be able to write better code and apps.
Inside the JavaScript Engine
 
 
 

Recommendations