aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/self-executing_anonymous_function/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/self-executing_anonymous_function/index.html')
-rw-r--r--files/ru/glossary/self-executing_anonymous_function/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/files/ru/glossary/self-executing_anonymous_function/index.html b/files/ru/glossary/self-executing_anonymous_function/index.html
new file mode 100644
index 0000000000..1909560c9d
--- /dev/null
+++ b/files/ru/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: Словарь/Self-Executing_Anonymous_Function
+---
+<p>{{glossary("JavaScript")}} {{glossary("функция")}}, которая выполняется сразу после определения. Также известна как IIFE (Immediately Invoked Function Expression).</p>
+
+<p>См. страницу о IIFE для подробной информации.</p>