-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ru] update 'Glossary/Global_variable' translation
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
--- | ||
title: Глобальная переменная | ||
slug: Glossary/Global_variable | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
Глобальная переменная это переменная, которая была объявлена в глобальной области видимости. Иначе говоря, переменная, доступ к которой, можно получить со всех других областей видимости. | ||
Глобальная переменная — это {{glossary("variable", "переменная")}}, которая была объявлена в {{glossary("global scope", "глобальной области видимости")}}, то есть, доступ к которой, есть из всех других областей видимости. | ||
|
||
В JavaScript это свойство глобального объекта. | ||
В JavaScript это {{glossary("property", "свойство")}} {{glossary("global object", "глобального объекта")}}. | ||
|
||
## Материалы для обучения | ||
## Смотрите также | ||
|
||
### Общие | ||
|
||
- [Глобальная переменная](https://ru.wikipedia.org/wiki/%D0%93%D0%BB%D0%BE%D0%B1%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F_%D0%BF%D0%B5%D1%80%D0%B5%D0%BC%D0%B5%D0%BD%D0%BD%D0%B0%D1%8F) в Википедии | ||
- [Глобальная переменная](https://ru.wikipedia.org/wiki/Глобальная_переменная) в Википедии |