js Arrow Function

js Arrow Function

do not has own this

화살표 함수는 생성자로 사용할 수 없다. 생성자 함수는 prototype 속성을 가지며, 이 속성이 가리키는
JS Prototype Object
JS constructor
를 사용한다. 하지만 화살표 함수는 prototype 속성을 가지고 있지 않다
JS Callback
JS Closure
를 활용하기 좋은 함수
 
 
 
 
 

Recommendations