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.
https://blog.devgenius.io/inside-the-javascript-engine-bb7b9f26e84b


Seonglae Cho