화살표 함수에서는 this 쓸 수 없다(globalThis로만 나온다.) -> this를 결정하지 않는다.
this는 부모객체를 먼저 조회한다. 없는 경우 - window, global을 참조함 strict 모드인 경우, 부모객체가 없다고 출력함(undefined)