aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/global_variable/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/global_variable/index.html')
-rw-r--r--files/ru/glossary/global_variable/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ru/glossary/global_variable/index.html b/files/ru/glossary/global_variable/index.html
new file mode 100644
index 0000000000..aff656f793
--- /dev/null
+++ b/files/ru/glossary/global_variable/index.html
@@ -0,0 +1,19 @@
+---
+title: Глобальная переменная
+slug: Glossary/Global_variable
+tags:
+ - Словарь
+translation_of: Glossary/Global_variable
+original_slug: Словарь/global_variable
+---
+<p>Глобальная перменная это переменная, которая была объявлена в глобальной области видимости. Иначе говоря, переменная, доступ к которой, можно получить со всех других областей видимости.</p>
+
+<p>В JavaScript это свойство глобального объекта.</p>
+
+<h2 id="Материалы_для_обучения">Материалы для обучения</h2>
+
+<h3 id="Общие">Общие</h3>
+
+<ul>
+ <li><a href="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">Глобальная переменная</a> в Википедии</li>
+</ul>