Table Of Content
1. Hoisting
2. Scope
3. Single Threaded
4. Call Stack
1. Hoisting
Introduction to the JavaScrip hoisting
When the JavaScript engine executes the JavaScript code, it creates the global execution context. The global execution contex...