Understanding of the variable object

In the execution of a code,

  1. Variable object of the global context of the global object is initialized

  2. The object initialization function context variables include only objects Arguments

  3. Adding the initial property value parameter, a function declaration, and other variables will declare variables entering execution context object

  4. Executing code, modify the property value of the variable object again

Guess you like

Origin www.cnblogs.com/qqfontofweb/p/11932852.html