aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/global_variable
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:05 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:05 +0100
commitc058fa0fb22dc40ef0225b21a97578cddd0aaffa (patch)
treedf20f8b4c724b61cb9c34cdb450a7ac77d690bd0 /files/ru/glossary/global_variable
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.gz
translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.bz2
translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.zip
unslug ru: move
Diffstat (limited to 'files/ru/glossary/global_variable')
-rw-r--r--files/ru/glossary/global_variable/index.html18
1 files changed, 18 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..a9e4a36a5b
--- /dev/null
+++ b/files/ru/glossary/global_variable/index.html
@@ -0,0 +1,18 @@
+---
+title: Глобальная переменная
+slug: Словарь/global_variable
+tags:
+ - Словарь
+translation_of: Glossary/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>