aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/argument/index.html
blob: 75e24fc17a8f30c57569283306f3f67f7d9187f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Argument
slug: Glossary/Argument
translation_of: Glossary/Argument
---
<p>인수란 {{Glossary("function","함수")}}에 입력으로 간주되는 ({{Glossary("primitive","원시적")}}인 또는 {{Glossary("object","객체")}}의){{glossary("value","값")}} 이다.</p>

<h2 id="더_알아보기">더 알아보기</h2>

<h3 id="일반적인_지식">일반적인 지식</h3>

<ul>
 <li>Wikipedia의 {{Interwiki("wikipedia", "Parameter_(computer_programming)", "Difference between Parameter and Argument")}}</li>
</ul>

<h3 id="기술적_참조">기술적 참조</h3>

<ul>
 <li>{{glossary("JavaScript")}}의 {{jsxref("Functions/arguments","arguments")}}객체</li>
</ul>