aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/argument/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/glossary/argument/index.html')
-rw-r--r--files/zh-tw/glossary/argument/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/argument/index.html b/files/zh-tw/glossary/argument/index.html
new file mode 100644
index 0000000000..d08a26e0c8
--- /dev/null
+++ b/files/zh-tw/glossary/argument/index.html
@@ -0,0 +1,24 @@
+---
+title: 引數
+slug: Glossary/Argument
+tags:
+ - CodingScripting
+ - JavaScript
+ - 術語表
+translation_of: Glossary/Argument
+---
+<p><strong>引數</strong>(argument)是作爲{{Glossary("function","函式")}}輸入的{{Glossary("primitive","原始型別")}}{{glossary("value","值")}}或著{{Glossary("object","物件")}}。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="基礎知識">基礎知識</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Parameter_(computer_programming)", "Difference between Parameter and Argument")}} on Wikipedia</li>
+</ul>
+
+<h3 id="技術參考">技術參考</h3>
+
+<ul>
+ <li>{{glossary("JavaScript")}} 的 {{jsxref("Functions/arguments","arguments")}} 物件</li>
+</ul>