aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossario/self-executing_anonymous_function
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
commit074785cea106179cb3305637055ab0a009ca74f2 (patch)
treee6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/glossario/self-executing_anonymous_function
parentda78a9e329e272dedb2400b79a3bdeebff387d47 (diff)
downloadtranslated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz
translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2
translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip
initial commit
Diffstat (limited to 'files/pt-br/glossario/self-executing_anonymous_function')
-rw-r--r--files/pt-br/glossario/self-executing_anonymous_function/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/pt-br/glossario/self-executing_anonymous_function/index.html b/files/pt-br/glossario/self-executing_anonymous_function/index.html
new file mode 100644
index 0000000000..06f693ba9a
--- /dev/null
+++ b/files/pt-br/glossario/self-executing_anonymous_function/index.html
@@ -0,0 +1,8 @@
+---
+title: Self-Executing Anonymous Function
+slug: Glossario/Self-Executing_Anonymous_Function
+translation_of: Glossary/Self-Executing_Anonymous_Function
+---
+<p>(Self-Executing Anonymous Function) é uma função {{glossary("JavaScript")}} que é executada assim que definida. Ela também é conhecida como <strong>IIFE</strong> (Immediately Invoked Function Expression).</p>
+
+<p>Veja a página {{glossary("IIFE")}} para mais informações.</p>