diff options
Diffstat (limited to 'files/pl/glossary/argument/index.html')
-rw-r--r-- | files/pl/glossary/argument/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/pl/glossary/argument/index.html b/files/pl/glossary/argument/index.html new file mode 100644 index 0000000000..407158f173 --- /dev/null +++ b/files/pl/glossary/argument/index.html @@ -0,0 +1,22 @@ +--- +title: Argument +slug: Glossary/Argument +tags: + - Argument +translation_of: Glossary/Argument +--- +<p><strong>Argument</strong> jest {{glossary("value")}} ({{Glossary("primitive")}} lub {{Glossary("object")}}) przekazanym na wejściu do {{Glossary("function")}} .</p> + +<h2 id="Learn_more">Learn more</h2> + +<h3 id="Wiedza_ogólna">Wiedza ogólna</h3> + +<ul> + <li>{{Interwiki("wikipedia", "Parameter_(computer_programming)", "Difference between Parameter and Argument")}} on Wikipedia</li> +</ul> + +<h3 id="Odniesienie_techniczne">Odniesienie techniczne</h3> + +<ul> + <li>The {{jsxref("Functions/arguments","arguments")}} object in {{glossary("JavaScript")}}</li> +</ul> |