aboutsummaryrefslogtreecommitdiff
path: root/files/uk/glossary/self-executing_anonymous_function/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/uk/glossary/self-executing_anonymous_function/index.html')
-rw-r--r--files/uk/glossary/self-executing_anonymous_function/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/uk/glossary/self-executing_anonymous_function/index.html b/files/uk/glossary/self-executing_anonymous_function/index.html
new file mode 100644
index 0000000000..74fd0e93fd
--- /dev/null
+++ b/files/uk/glossary/self-executing_anonymous_function/index.html
@@ -0,0 +1,10 @@
+---
+title: Самовиконувана анонімна функція
+slug: Glossary/Self-Executing_Anonymous_Function
+tags:
+ - Словник
+translation_of: Glossary/Self-Executing_Anonymous_Function
+---
+<p>Це {{glossary("function","функція")}} {{glossary("JavaScript")}}, яка запускається одразу після того, як була визначена. Також відома як {{glossary("IIFE")}} (Негайно виконуваний функціональний вираз).</p>
+
+<p>Дивіться більш детальну інформацію на сторінці IIFE, наведеній вище.</p>