Skip to content

Commit bceb06f

Browse files
Merge pull request #1 from Jaydeep9979/patch-1
Update 5-Window-this.md
2 parents cd84595 + e397262 commit bceb06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/5-Window-this.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Shortest JS program is nothing but an Empty JS file
66
- Even for this program, JS engine does a lot behind the scenes
7-
- It creates the GEC, the "window" and the *this*variable
7+
- It creates the GEC, the "window" and the *this* variable
88
- 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
99
- *this* points to *window*
1010
> this === window -> true (at global level)

0 commit comments

Comments
 (0)