JavaScript Execution – III
To read the first part of this series click here. Until now, we have seen how JavaScript executes the code line-by-line. In this post, we will talk about how JavaScript engine works on a high level [the important parts]. Let’s start with the first and most important component of the JavaScript engine, i.e. call stack. The