diff options
Diffstat (limited to 'files/ko/glossary/argument/index.html')
-rw-r--r-- | files/ko/glossary/argument/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/ko/glossary/argument/index.html b/files/ko/glossary/argument/index.html new file mode 100644 index 0000000000..75e24fc17a --- /dev/null +++ b/files/ko/glossary/argument/index.html @@ -0,0 +1,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> |