blob: 040a7e94fd5afad260f7cefb518c5e6fb739fa9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
title: Argument (引数)
slug: Glossary/Argument
tags:
- CodingScripting
- Glossary
- JavaScript
translation_of: Glossary/Argument
---
<p><strong>引数</strong>は{{Glossary("function", "関数")}}の入力として渡される{{Glossary("value", "値")}}({{Glossary("primitive", "プリミティブ")}}または{{Glossary("object", "オブジェクト")}})です。</p>
<h2 id="Learn_more" name="Learn_more">詳細情報</h2>
<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>
<ul>
<li>ウィキペディアの{{Interwiki("wikipedia", "引数", "仮引数と実引数の違い")}}の記事</li>
</ul>
<h3 id="Technical_reference" name="Technical_reference">技術リファレンス</h3>
<ul>
<li>{{glossary("JavaScript")}} の {{jsxref("Functions/arguments","arguments")}} オブジェクト</li>
</ul>
|