aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/reflect/isextensible/index.html
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-02-12 20:27:08 +0900
committerGitHub <noreply@github.com>2022-02-12 20:27:08 +0900
commit45dd46e6b17e45bcb3655c53eb921119359336f7 (patch)
tree3ee3abbf686e8246443e524cb0b1c621a234e69f /files/ko/web/javascript/reference/global_objects/reflect/isextensible/index.html
parent2dd772abc32d1621fbeb62ee0bd9941820323dc3 (diff)
downloadtranslated-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/reflect/isextensible/index.html')
-rw-r--r--files/ko/web/javascript/reference/global_objects/reflect/isextensible/index.html2
1 files changed, 1 insertions, 1 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 44f1a39b0f..4f923dbbd6 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 ><code><strong>Reflect</strong></code><strong><code>.isExtensible()</code></strong> 정적 메서드는 객체의 확장 가능 여부, 즉 속성을 추가할 수 있는지 판별합니다.</span> {{jsxref("Object.isExtensible()")}}과 유사하지만 {{anch("Object.isExtensible()과의 차이", "차이점")}}도 있습니다.</p>
+<p><code><strong>Reflect</strong></code><strong><code>.isExtensible()</code></strong> 정적 메서드는 객체의 확장 가능 여부, 즉 속성을 추가할 수 있는지 판별합니다. {{jsxref("Object.isExtensible()")}}과 유사하지만 {{anch("Object.isExtensible()과의 차이", "차이점")}}도 있습니다.</p>
<div>{{EmbedInteractiveExample("pages/js/reflect-isextensible.html", "taller")}}</div>