JS Prototype Object

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Apr 21 6:11
Editor
Edited
Edited
2021 Apr 21 7:53

함수가 정의될 때

두 가지 일이 일어난다
constructor 자격이 부여되어 New로 객체를 만들어낼 수 있게 된다
해당 함수의 프로토타입 객체도 같이 생성되면서 연결된다
생성된 함수는 프로토타입이라는 속성을 통해 프로토타입 객체에 접근할 수 있으며, 프로토타입 객체는 기본 속성으로 constructor와
JS Prototype Link
를 가진다
notion image
 
 
 
 
 
 
 

Recommendations