Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e397262

Browse files
Update 5-Window-this.md
space between this and variable
1 parent cd84595 commit e397262

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)

AltStyle によって変換されたページ (->オリジナル) /