• construct
  • declaration
  • expression
  • arrow function
    • 화살표 함수는 자체적인 this를 가지지 않는다
    • 선언된 스코프(문맥)에 this가 있다면, 그 값을 캡처(closure)하여 사용한다.
  • method
  • IIFE (Immediately Invoked Function Expression)