From 45dd46e6b17e45bcb3655c53eb921119359336f7 Mon Sep 17 00:00:00 2001 From: 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> Date: Sat, 12 Feb 2022 20:27:08 +0900 Subject: remove all span tags 2 (#3921) --- .../reference/global_objects/reflect/isextensible/index.html | 2 +- .../reference/global_objects/reflect/preventextensions/index.html | 3 ++- .../reference/global_objects/reflect/setprototypeof/index.html | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects/reflect') 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 ---
{{JSRef}}
-

Reflect.isExtensible() 정적 메서드는 객체의 확장 가능 여부, 즉 속성을 추가할 수 있는지 판별합니다. {{jsxref("Object.isExtensible()")}}과 유사하지만 {{anch("Object.isExtensible()과의 차이", "차이점")}}도 있습니다.

+

Reflect.isExtensible() 정적 메서드는 객체의 확장 가능 여부, 즉 속성을 추가할 수 있는지 판별합니다. {{jsxref("Object.isExtensible()")}}과 유사하지만 {{anch("Object.isExtensible()과의 차이", "차이점")}}도 있습니다.

{{EmbedInteractiveExample("pages/js/reflect-isextensible.html", "taller")}}
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 a0cc3649f4..39527ef477 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,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Reflect/preventExtension ---
{{JSRef}}
-

Reflect.preventExtensions() 정적 메서드는 새로운 속성을 객체에 추가하지 못하도록 완전히 막습니다. 즉, 미래의 객체 확장을 막습니다. {{jsxref("Object.preventExtensions()")}}와 유사하지만 {{anch("Object.preventExtensions()와의 차이점", "차이점")}}도 있습니다.

+

Reflect.preventExtensions() 정적 메서드는 새로운 속성을 객체에 추가하지 못하도록 완전히 막습니다. 즉, 미래의 객체 확장을 막습니다. {{jsxref("Object.preventExtensions()")}}와 유사하지만 {{anch("Object.preventExtensions()와의 차이점", "차이점")}}도 있습니다.

+
{{EmbedInteractiveExample("pages/js/reflect-preventextensions.html")}}
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 56d92e9351..d41ae9cb31 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,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Reflect/setPrototypeOf ---
{{JSRef}}
-

Reflect.setPrototypeOf() 정적 메서드는 주어진 객체의 프로토타입(내부 [[Prototype]] 속성)을 다른 객체나 {{jsxref("null")}}로 바꿉니다. 반환 값을 제외하면 {{jsxref("Object.setPrototypeOf()")}} 메서드와 같습니다.

+

Reflect.setPrototypeOf() 정적 메서드는 주어진 객체의 프로토타입(내부 [[Prototype]] 속성)을 다른 객체나 {{jsxref("null")}}로 바꿉니다. 반환 값을 제외하면 {{jsxref("Object.setPrototypeOf()")}} 메서드와 같습니다.

+
{{EmbedInteractiveExample("pages/js/reflect-setprototypeof.html")}}
-- cgit v1.2.3-54-g00ecf