aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/function/index.html
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-02-06 21:23:25 +0900
committerGitHub <noreply@github.com>2022-02-06 21:23:25 +0900
commitac6c8ad8b2f961b5474f47339096b8e59d11cb2e (patch)
tree3c7ad8af1ac1e06ba0c077922f57564dabfaa2d1 /files/ko/web/javascript/reference/global_objects/function/index.html
parent7669d75d4693a4ee5e500fbe21716fb437adb3d6 (diff)
downloadtranslated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.gz
translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.bz2
translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.zip
remove all summary class in javascript (#4015)
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/function/index.html')
-rw-r--r--files/ko/web/javascript/reference/global_objects/function/index.html2
1 files changed, 1 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 4eea5145e5..d319279bb2 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,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Function
---
<div>{{JSRef}}</div>
-<p><span class="seoSummary"><strong><code>Function</code> 생성자</strong>는 새 <code>Function</code> 객체를 만듭니다.</span> 이 생성자를 직접 호출하여 동적으로 함수를 생성할 수도 있으나, 보안 문제 및 {{jsxref("eval")}}과 유사한(그러나 훨씬 덜 심각한) 성능 문제가 발생할 수 있습니다. 하지만 <code>eval</code>과 달리, <code>Function</code> 생성자는 전역 범위로 한정된 함수만 생성합니다.</p>
+<p><span ><strong><code>Function</code> 생성자</strong>는 새 <code>Function</code> 객체를 만듭니다.</span> 이 생성자를 직접 호출하여 동적으로 함수를 생성할 수도 있으나, 보안 문제 및 {{jsxref("eval")}}과 유사한(그러나 훨씬 덜 심각한) 성능 문제가 발생할 수 있습니다. 하지만 <code>eval</code>과 달리, <code>Function</code> 생성자는 전역 범위로 한정된 함수만 생성합니다.</p>
<div>{{EmbedInteractiveExample("pages/js/function-constructor.html")}}</div>