# 자바스크립트는 왜 프로토타입을 선택했을까

> Clean Markdown view of GeekNews topic #5532. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5532](https://news.hada.io/topic?id=5532)
- GeekNews Markdown: [https://news.hada.io/topic/5532.md](https://news.hada.io/topic/5532.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-12-11T09:30:01+09:00
- Updated: 2021-12-11T09:30:01+09:00
- Original source: [medium.com](https://medium.com/@limsungmook/자바스크립트는-왜-프로토타입을-선택했을까-997f985adb42)
- Points: 20
- Comments: 1

## Topic Body

'왜' JS에선 상속을 위해서 클래스가 아니라 프로토타입을 선택했을까? /

호이스팅과 This는 왜 이 모양일까? 에 대한 답을 찾아서

- 플라톤과 이데아, 그리고 클래스 기반 객체지향프로그래밍

- 분류(Classification)

- 프로토타입(Prototype)

- 의미사용이론(the use theory of meaning)

- 가족 유사성(Family Resemblance)

- Rosch 의 프로토타입 이론

- 프로토타입 기반 객체지향 프로그래밍

- 자바스크립트 — 프로토타입

- 자바스크립트 — 어휘적 범위(lexical scope)

- 자바스크립트 — this

## Comments



### Comment 7889

- Author: alstjr7375
- Created: 2021-12-12T19:49:00+09:00
- Points: 1

음.. 제 생각과는 일부 다른게 있는데 글 써봐야겠습니다.
