diff options
Diffstat (limited to 'files/ru/glossary/argument/index.html')
-rw-r--r-- | files/ru/glossary/argument/index.html | 25 |
1 files changed, 25 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..ae32934042 --- /dev/null +++ b/files/ru/glossary/argument/index.html @@ -0,0 +1,25 @@ +--- +title: Аргумент +slug: Glossary/Argument +tags: + - CodingScripting + - Glossary + - JavaScript +translation_of: Glossary/Argument +original_slug: Словарь/Аргумент +--- +<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> |