We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd84595 + e397262 commit bceb06fCopy full SHA for bceb06f
Notes/5-Window-this.md
@@ -4,7 +4,7 @@
4
5
- Shortest JS program is nothing but an Empty JS file
6
- Even for this program, JS engine does a lot behind the scenes
7
-- It creates the GEC, the "window" and the *this*variable
+- It creates the GEC, the "window" and the *this* variable
8
- Window is a big global object that has a lot of functions and variables. All of these can be accessed from anywhere in the program
9
- *this* points to *window*
10
> this === window -> true (at global level)
0 commit comments