aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossary/self-executing_anonymous_function/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/glossary/self-executing_anonymous_function/index.html')
-rw-r--r--files/pt-br/glossary/self-executing_anonymous_function/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/files/pt-br/glossary/self-executing_anonymous_function/index.html b/files/pt-br/glossary/self-executing_anonymous_function/index.html
new file mode 100644
index 0000000000..762dbf98b0
--- /dev/null
+++ b/files/pt-br/glossary/self-executing_anonymous_function/index.html
@@ -0,0 +1,9 @@
+---
+title: Self-Executing Anonymous Function
+slug: Glossary/Self-Executing_Anonymous_Function
+translation_of: Glossary/Self-Executing_Anonymous_Function
+original_slug: Glossario/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>