Skip to content

Commit c8b560d

Browse files
authored
Merge pull request #474 from skube/patch-1
Fix typo
2 parents 3c6245b + 96d7365 commit c8b560d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/05-global-object

1 file changed

+1
-1
lines changed

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

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

55
When JavaScript was created, there was an idea of a "global object" that provides all global variables and functions. It was planned that multiple in-browser scripts would use that single global object and share variables through it.
66

7-
Since then, JavaScript greatly evolved, and that idea of linking code through global variables became much less appealing. In modern JavaScript, the concept of modules too its place.
7+
Since then, JavaScript greatly evolved, and that idea of linking code through global variables became much less appealing. In modern JavaScript, the concept of modules took its place.
88

99
But the global object still remains in the specification.
1010

0 commit comments

Comments
 (0)