This article will give you a high level understanding of how code is executed in javaScript.
JavaScript Engine
Java Script engine executes javaScript.
Implements Heap,Call stack,Event loop,and Message queue
Interacts with web api like settimeout a...