aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/argument/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/argument/index.html')
-rw-r--r--files/es/glossary/argument/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/es/glossary/argument/index.html b/files/es/glossary/argument/index.html
new file mode 100644
index 0000000000..c3ccfb69ca
--- /dev/null
+++ b/files/es/glossary/argument/index.html
@@ -0,0 +1,20 @@
+---
+title: Argumento
+slug: Glossary/Argumento
+translation_of: Glossary/Argument
+---
+<p>Un argumento es un valor (primitivo u objeto) (Véase {{glossary("value")}},  {{Glossary("primitive")}}, {{Glossary("object")}}) pasado como valor de entrada a una función ({{Glossary("function")}}).</p>
+
+<h2 id="Saber_más">Saber más</h2>
+
+<h3 id="Conocimiento_general">Conocimiento general</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Parameter_(computer_programming)", "Difference between Parameter and Argument")}} on Wikipedia</li>
+</ul>
+
+<h3 id="Referencia_técnica">Referencia técnica</h3>
+
+<ul>
+ <li>The {{jsxref("Functions/arguments","arguments")}} object in {{glossary("JavaScript")}}</li>
+</ul>