Skip to content

Commit 350de05

Browse files
authored
Update article.md
1 parent 56a826e commit 350de05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/06-advanced-functions/05-global-object

1-js/06-advanced-functions/05-global-object/article.md

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

22
# Global object
33

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.
55

66
In a browser it is named "window", for Node.js it is "global", for other environments it may have another name.
77

0 commit comments

Comments
 (0)