diff options
Diffstat (limited to 'files/ko/glossary/self-executing_anonymous_function')
-rw-r--r-- | files/ko/glossary/self-executing_anonymous_function/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/ko/glossary/self-executing_anonymous_function/index.html b/files/ko/glossary/self-executing_anonymous_function/index.html new file mode 100644 index 0000000000..f4fac91ac7 --- /dev/null +++ b/files/ko/glossary/self-executing_anonymous_function/index.html @@ -0,0 +1,8 @@ +--- +title: Self-Executing Anonymous Function +slug: Glossary/Self-Executing_Anonymous_Function +translation_of: Glossary/Self-Executing_Anonymous_Function +--- +<p>정의되자마자 실행되는 {{glossary("JavaScript")}} {{glossary("function")}}입니다. (a.k.a. {{glossary("IIFE")}} (즉시실행함수))</p> + +<p>링크된 즉시실행함수 페이지에서 더 많은 정보를 얻을 수 있습니다.</p> |