diff options
author | 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> | 2022-02-12 20:27:08 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 20:27:08 +0900 |
commit | 45dd46e6b17e45bcb3655c53eb921119359336f7 (patch) | |
tree | 3ee3abbf686e8246443e524cb0b1c621a234e69f /files/ko/web/javascript/reference/global_objects/function | |
parent | 2dd772abc32d1621fbeb62ee0bd9941820323dc3 (diff) | |
download | translated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.tar.gz translated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.tar.bz2 translated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.zip |
remove all span tags 2 (#3921)
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/function')
-rw-r--r-- | files/ko/web/javascript/reference/global_objects/function/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/function/index.html b/files/ko/web/javascript/reference/global_objects/function/index.html index d319279bb2..fbb6792960 100644 --- a/files/ko/web/javascript/reference/global_objects/function/index.html +++ b/files/ko/web/javascript/reference/global_objects/function/index.html @@ -9,7 +9,9 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Function --- <div>{{JSRef}}</div> -<p><span ><strong><code>Function</code> 생성자</strong>는 새 <code>Function</code> 객체를 만듭니다.</span> 이 생성자를 직접 호출하여 동적으로 함수를 생성할 수도 있으나, 보안 문제 및 {{jsxref("eval")}}과 유사한(그러나 훨씬 덜 심각한) 성능 문제가 발생할 수 있습니다. 하지만 <code>eval</code>과 달리, <code>Function</code> 생성자는 전역 범위로 한정된 함수만 생성합니다.</p> + +<p><strong><code>Function</code> 생성자</strong>는 새 <code>Function</code> 객체를 만듭니다. 이 생성자를 직접 호출하여 동적으로 함수를 생성할 수도 있으나, 보안 문제 및 {{jsxref("eval")}}과 유사한(그러나 훨씬 덜 심각한) 성능 문제가 발생할 수 있습니다. 하지만 <code>eval</code>과 달리, <code>Function</code> 생성자는 전역 범위로 한정된 함수만 생성합니다.</p> + <div>{{EmbedInteractiveExample("pages/js/function-constructor.html")}}</div> |