aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossary/argument
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit68fc8e96a9629e73469ed457abd955e548ec670c (patch)
tree8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/glossary/argument
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip
unslug pt-br: move
Diffstat (limited to 'files/pt-br/glossary/argument')
-rw-r--r--files/pt-br/glossary/argument/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/pt-br/glossary/argument/index.html b/files/pt-br/glossary/argument/index.html
new file mode 100644
index 0000000000..72e470fba0
--- /dev/null
+++ b/files/pt-br/glossary/argument/index.html
@@ -0,0 +1,24 @@
+---
+title: Argumento
+slug: Glossario/Argument
+tags:
+ - EntendendoJS
+ - Glossário
+ - JavaScript
+translation_of: Glossary/Argument
+---
+<p>Um <strong>argumento</strong> é um {{glossary("valor")}} ({{Glossary("primitivo")}} ou um {{Glossary("objeto")}})  passado como um input (entrada) para uma {{Glossary("função")}}.</p>
+
+<h2 id="Leia_mais">Leia mais</h2>
+
+<h3 id="Conhecimento_Geral">Conhecimento Geral</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Parâmetro_(ciência_da_computação)", "Diferenças de Parâmetro e Argumento")}} no Wikipédia</li>
+</ul>
+
+<h3 id="Referencia_Técnica">Referencia Técnica</h3>
+
+<ul>
+ <li>Os {{jsxref("Functions/arguments","arguments")}} de objeto no {{glossary("JavaScript")}}</li>
+</ul>