How JavaScript works under the hood
'In this article, we will learn a little history of JavaScript, How does JavaScript work under the hood? What is the Runtime environment? What role does the JavaScript engine play in code execution? What the heck is Execution context? What are Scope, TDZ, and a lot more?
