aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/reflect
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/reflect
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/reflect')
-rw-r--r--files/ko/web/javascript/reference/global_objects/reflect/isextensible/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/reflect/preventextensions/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/reflect/setprototypeof/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/reflect/isextensible/index.html b/files/ko/web/javascript/reference/global_objects/reflect/isextensible/index.html
index 68d168eb65..44f1a39b0f 100644
--- a/files/ko/web/javascript/reference/global_objects/reflect/isextensible/index.html
+++ b/files/ko/web/javascript/reference/global_objects/reflect/isextensible/index.html
@@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Reflect/isExtensible
---
<div>{{JSRef}}</div>
-<p><span class="seoSummary"><code><strong>Reflect</strong></code><strong><code>.isExtensible()</code></strong> 정적 메서드는 객체의 확장 가능 여부, 즉 속성을 추가할 수 있는지 판별합니다.</span> {{jsxref("Object.isExtensible()")}}과 유사하지만 {{anch("Object.isExtensible()과의 차이", "차이점")}}도 있습니다.</p>
+<p><span ><code><strong>Reflect</strong></code><strong><code>.isExtensible()</code></strong> 정적 메서드는 객체의 확장 가능 여부, 즉 속성을 추가할 수 있는지 판별합니다.</span> {{jsxref("Object.isExtensible()")}}과 유사하지만 {{anch("Object.isExtensible()과의 차이", "차이점")}}도 있습니다.</p>
<div>{{EmbedInteractiveExample("pages/js/reflect-isextensible.html", "taller")}}</div>
diff --git a/files/ko/web/javascript/reference/global_objects/reflect/preventextensions/index.html b/files/ko/web/javascript/reference/global_objects/reflect/preventextensions/index.html
index 364b46a5fa..a0cc3649f4 100644
--- a/files/ko/web/javascript/reference/global_objects/reflect/preventextensions/index.html
+++ b/files/ko/web/javascript/reference/global_objects/reflect/preventextensions/index.html
@@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Reflect/preventExtension
---
<div>{{JSRef}}</div>
-<p><span class="seoSummary"><code><strong>Reflect.preventExtensions()</strong></code> 정적 메서드는 새로운 속성을 객체에 추가하지 못하도록 완전히 막습니다. 즉, 미래의 객체 확장을 막습니다.</span> {{jsxref("Object.preventExtensions()")}}와 유사하지만 {{anch("Object.preventExtensions()와의 차이점", "차이점")}}도 있습니다.</p>
+<p><span ><code><strong>Reflect.preventExtensions()</strong></code> 정적 메서드는 새로운 속성을 객체에 추가하지 못하도록 완전히 막습니다. 즉, 미래의 객체 확장을 막습니다.</span> {{jsxref("Object.preventExtensions()")}}와 유사하지만 {{anch("Object.preventExtensions()와의 차이점", "차이점")}}도 있습니다.</p>
<div>{{EmbedInteractiveExample("pages/js/reflect-preventextensions.html")}}</div>
diff --git a/files/ko/web/javascript/reference/global_objects/reflect/setprototypeof/index.html b/files/ko/web/javascript/reference/global_objects/reflect/setprototypeof/index.html
index 3e97b9b385..56d92e9351 100644
--- a/files/ko/web/javascript/reference/global_objects/reflect/setprototypeof/index.html
+++ b/files/ko/web/javascript/reference/global_objects/reflect/setprototypeof/index.html
@@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Reflect/setPrototypeOf
---
<div>{{JSRef}}</div>
-<p><span class="seoSummary"><code><strong>Reflect</strong></code><strong><code>.setPrototypeOf()</code></strong> 정적 메서드는 주어진 객체의 프로토타입(내부 <code>[[Prototype]]</code> 속성)을 다른 객체나 {{jsxref("null")}}로 바꿉니다.</span> 반환 값을 제외하면 {{jsxref("Object.setPrototypeOf()")}} 메서드와 같습니다.</p>
+<p><span ><code><strong>Reflect</strong></code><strong><code>.setPrototypeOf()</code></strong> 정적 메서드는 주어진 객체의 프로토타입(내부 <code>[[Prototype]]</code> 속성)을 다른 객체나 {{jsxref("null")}}로 바꿉니다.</span> 반환 값을 제외하면 {{jsxref("Object.setPrototypeOf()")}} 메서드와 같습니다.</p>
<div>{{EmbedInteractiveExample("pages/js/reflect-setprototypeof.html")}}</div>