jsuwp-2-9 Global environment and Global object
2-9 Global environment and Global object
- Global objects(Ex: window, on browser) and “this” is created by javascript engine
 - At globle level, ‘this’ is equal to ‘window’ inside browser
 - the global (values and functions) are attached to global objects
 

1  | 
  |