From c058fa0fb22dc40ef0225b21a97578cddd0aaffa Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:51:05 +0100 Subject: unslug ru: move --- files/ru/glossary/self-executing_anonymous_function/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 files/ru/glossary/self-executing_anonymous_function/index.html (limited to 'files/ru/glossary/self-executing_anonymous_function/index.html') 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..104fef094b --- /dev/null +++ b/files/ru/glossary/self-executing_anonymous_function/index.html @@ -0,0 +1,8 @@ +--- +title: Self-Executing Anonymous Function +slug: Словарь/Self-Executing_Anonymous_Function +translation_of: Glossary/Self-Executing_Anonymous_Function +--- +

{{glossary("JavaScript")}} {{glossary("функция")}}, которая выполняется сразу после определения. Также известна как IIFE (Immediately Invoked Function Expression).

+ +

См. страницу о IIFE для подробной информации.

-- cgit v1.2.3-54-g00ecf