📚 ****Reference
📜 Chapter
constructor
Prototype
Class & 객체지향 프로그래밍
- 클래스
- 객체지향 프로그래밍을 지원.
- 객체지향 프로그래밍: 캡슐화(encapsulation), 상속(inheritance), 다향성(polymorphism)
Object-Oriented programming (객체지향 프로그래밍)
- class: template
- object: instance of a class
JavaScript class
- ES6에서 class가 추가되었다.
- 기존에 존재하던 프로토타입 기반 위에 문법만 추가되었다.