---
title: Argument
slug: Glossary/Argument
tags:
  - Argument
translation_of: Glossary/Argument
---
Argument jest {{glossary("value")}} ({{Glossary("primitive")}} lub {{Glossary("object")}}) przekazanym na wejściu do {{Glossary("function")}} .
Learn more
Wiedza ogólna
 - {{Interwiki("wikipedia", "Parameter_(computer_programming)", "Difference between Parameter and Argument")}} on Wikipedia
 
Odniesienie techniczne
 - The {{jsxref("Functions/arguments","arguments")}} object in {{glossary("JavaScript")}}