blob: 407158f173f08fc0c8290688d79d249cfc13e6b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>
|