aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/argument/index.html
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/argument/index.html
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/argument/index.html')
-rw-r--r--files/ru/glossary/argument/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/ru/glossary/argument/index.html b/files/ru/glossary/argument/index.html
new file mode 100644
index 0000000000..c1314c28f9
--- /dev/null
+++ b/files/ru/glossary/argument/index.html
@@ -0,0 +1,24 @@
+---
+title: Аргумент
+slug: Словарь/Аргумент
+tags:
+ - CodingScripting
+ - Glossary
+ - JavaScript
+translation_of: Glossary/Argument
+---
+<p>Аргумент - это {{glossary("value")}} ({{Glossary("primitive")}} или {{Glossary("object")}}) , переданное в качестве входных данных в {{Glossary("function")}}.</p>
+
+<h2 id="См._также">См. также</h2>
+
+<h3 id="Общие_сведения">Общие сведения</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Parameter_(computer_programming)", "Difference between Parameter and Argument")}} в Википедии</li>
+</ul>
+
+<h3 id="Техническая_документация">Техническая документация</h3>
+
+<ul>
+ <li>The {{jsxref("Functions/arguments","arguments")}} объект в {{glossary("JavaScript")}}</li>
+</ul>