Global EXECUTION CONTEXT create two things by JavaScript engine:
1. global object, in the browser named “window”
2. variable called “this”, in global execution context, this == window
Global EXECUTION CONTEXT create two things by JavaScript engine:
1. global object, in the browser named “window”
2. variable called “this”, in global execution context, this == window