Fix typo
This commit is contained in:
parent
3c6245beb8
commit
96d73658cb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
But the global object still remains in the specification.
|
But the global object still remains in the specification.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue