From d1006c7ecb687d6dfde0e32ac3b1567280fa3051 Mon Sep 17 00:00:00 2001 From: Yunwoo Ji Date: Mon, 19 Jul 2021 19:50:26 +0900 Subject: Fix typo (#1602) --- files/ko/learn/javascript/objects/object_prototypes/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/learn') diff --git a/files/ko/learn/javascript/objects/object_prototypes/index.html b/files/ko/learn/javascript/objects/object_prototypes/index.html index f2eaf03498..132036a83a 100644 --- a/files/ko/learn/javascript/objects/object_prototypes/index.html +++ b/files/ko/learn/javascript/objects/object_prototypes/index.html @@ -122,7 +122,7 @@ translation_of: Learn/JavaScript/Objects/Object_prototypes

myString 인스턴스가 생성되는 즉시 split(), indexOf(), replace()등의 문자열을 위한 유용한 메소드들을 사용할 수 있는 이유입니다.

-

Important: prototype 속성은 Javascript에서 가장 헷갈리는 명칭중 하나입니다. — 보통 this가 현재 객체의 프로토타입 객체를 가리킬 것이라 오해하지만 그렇지 않죠. (프로토타입 객체는 __proto__ 속성으로 접근 가능한 내장 객체인 것 기억 하시나요?). 대신에 prototype 속성은 상속 시키려는 멤버들이 정의된 객체를 가리킵니다.

+

Important: prototype 속성은 Javascript에서 가장 헷갈리는 명칭중 하나입니다. — 보통 this가 현재 객체의 프로토타입 객체를 가리킬 것이라 오해하지만 그렇지 않죠. (프로토타입 객체는 __proto__ 속성으로 접근 가능한 내장 객체인 것 기억 하시나요?). 대신에 prototype 속성은 상속 시키려는 멤버들이 정의된 객체를 가리킵니다.

create() 다시보기

-- cgit v1.2.3-54-g00ecf