Modern JS Deep Dive
제대로 좀 하자구~
- 6장 데이터 타입 — Data Types
- 7장 연산자 — Operators
- 8장 제어문 — Control Flow
- 9장 타입 변환과 단축 평가 — Type Conversion and Short-Circuit Evaluation
- 10장 객체 리터럴 — Object Literals
- 11장 원시값과 객체의 비교 — Primitive Values and Objects
- 13장 스코프 — Scope
- 14장 전역 변수의 문제점 — Problems with Global Variables
- 15장 let, const 키워드와 블록 레벨 스코프 — let, const keyword and block level scope
- 16장 프로퍼티 어트리뷰트 — Property Attributes
- 17장 생성자 함수에 의한 객체 생성 — Constructor Function and Object Creation
- 18장 함수와 일급 객체 — Function and First-Class Object
- 19장 프로토타입 — Prototype
- 23장 실행 컨텍스트 — Execution Context
- 24장 클로저 — Closures
- 25장 클래스 — Class