Tag

Variable Object

0 views collected around this technical thread.

Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Apr 30, 2017 · Frontend Development

Understanding JavaScript Variable Objects: From Creation to Execution

This article explains how JavaScript creates and uses the Variable Object during the creation and execution phases of an execution context, covering arguments, function and variable declarations, hoisting, scope chain, and the relationship with the global window object.

Execution ContextJavaScriptScope Chain
0 likes · 6 min read
Understanding JavaScript Variable Objects: From Creation to Execution