최근 포스트

화살표함수의 함정

this나 super에 대한 바인딩이 없고, methods 로 사용될 수 없습니다. new.target키워드가 없습니다. 일반적으로 스코프를 지정할 때 사용하는 call, apply, bind methods를 이용할 수 없습니다. 생성자(Constructor)로 사...

[OOP]프로토타입

JavaScript는 프로토타입 기반 언어(prototype-based language)라 불림