mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 20:34:32 +03:00
Merge pull request #1613 from Alters/master
[javascript/en] Small typo fix
This commit is contained in:
commit
6e5262ef69
@ -324,7 +324,7 @@ i; // = 5 - not undefined as you'd expect in a block-scoped language
|
||||
// scope.
|
||||
(function(){
|
||||
var temporary = 5;
|
||||
// We can access the global scope by assiging to the "global object", which
|
||||
// We can access the global scope by assigning to the "global object", which
|
||||
// in a web browser is always `window`. The global object may have a
|
||||
// different name in non-browser environments such as Node.js.
|
||||
window.permanent = 10;
|
||||
|
Loading…
Reference in New Issue
Block a user