You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/06-advanced-functions/05-global-object/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
# Global object
3
3
4
-
The global object provides variables and functions that are available anywhere. Mostly, the ones that are built into the language or the host environment.
4
+
The global object provides variables and functions that are available anywhere. Mostly, the ones that are built into the language or the host environment1.
5
5
6
6
In a browser it is named "window", for Node.js it is "global", for other environments it may have another name.
0 commit comments