Skip to content

Commit

Permalink
[ru] update 'Glossary/Global_variable' translation
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-win committed Nov 25, 2024
1 parent 0efc8a6 commit d984232
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions files/ru/glossary/global_variable/index.md
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/Глобальная_переменная) в Википедии

0 comments on commit d984232

Please sign in to comment.