JS Prototype

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Mar 16 9:21
Editor
Edited
Edited
2022 Mar 30 8:57
Refs
Refs
Prototype
프로토타입 링크과 프로토타입 객체를 통틀어 프로토타입
프로토타입은 자바스크립트에서 상속을 지원하기 위한 방법
classarrow functionletconst 등 여타 일반적인 언어와 보편성을 맞추려는 시도도 많고, 이것들을 정말 편하게 사용 중이지만 근본(프로토타입)은 변하지 않는다
이것들이 언어적 지원이 아닌 syntactic sugar 인 부분도 언어의 근본 구조(프로토타입)가 다르다
JS Prototype Notion
 
 
JS Prototype Usage
 
 
 

Why Prototype

Prototype Implementation

 
 

Recommendations