aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/array/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:06 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:06 +0100
commit786d51e5e35f25c06fc64083574a435e240b2a54 (patch)
tree7f2967c8f445737d9d9df5f318bdebe851434087 /files/ru/glossary/array/index.html
parentc058fa0fb22dc40ef0225b21a97578cddd0aaffa (diff)
downloadtranslated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.gz
translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.bz2
translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.zip
unslug ru: modify
Diffstat (limited to 'files/ru/glossary/array/index.html')
-rw-r--r--files/ru/glossary/array/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/files/ru/glossary/array/index.html b/files/ru/glossary/array/index.html
index 3fb91ee460..ceeeb06fb1 100644
--- a/files/ru/glossary/array/index.html
+++ b/files/ru/glossary/array/index.html
@@ -1,12 +1,13 @@
---
title: Maccив
-slug: Словарь/Массив
+slug: Glossary/array
tags:
- JavaScript
- - 'Массив,'
+ - Массив,
- Программирование
- Словарь
translation_of: Glossary/array
+original_slug: Словарь/Массив
---
<p>Массив это упорядоченный набор информации (смотрите еще {{Glossary("Примитив")}} или {{Glossary("Объект")}} зависит от языка). Массивы используются, что сохранять множество значений или единичные переменные. Это относится к переменным, которые могут сохранять только одно значение.</p>