diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/ru/словарь/self-executing_anonymous_function | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/ru/словарь/self-executing_anonymous_function')
-rw-r--r-- | files/ru/словарь/self-executing_anonymous_function/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/ru/словарь/self-executing_anonymous_function/index.html b/files/ru/словарь/self-executing_anonymous_function/index.html new file mode 100644 index 0000000000..104fef094b --- /dev/null +++ b/files/ru/словарь/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 +--- +<p>{{glossary("JavaScript")}} {{glossary("функция")}}, которая выполняется сразу после определения. Также известна как IIFE (Immediately Invoked Function Expression).</p> + +<p>См. страницу о IIFE для подробной информации.</p> |