자바스크립트의 데이터 타입 (값의 종류), 데이터 처리과정(변수 선언, 데이터 할당)
실행 컨텍스트 - 렉시컬 환경(environmentRecord, outerEnvironmentReference), variableEnvironment, ThisBinding
this (this바인딩, 함수호출방식에 따른 this, 명시적 this 바이딩 call, apply, bind 메서드)
콜백 함수
클로저
프로토 타입 (constructor, prototype, instance, 프로토타입 체인)
클래스