outerEnvironmentReference [JS] 실행 컨텍스트 - 스코프, 스코프 체인, outerEnvironmentReference A의 내부에서 선언한 변수는 오직 A의 내부에서만 접근할 수 있다. 이러한 '식별자의 유효범위'를 안에서부터 바깥으로 차례로 검색해나가는 것을 스코프 체인(scope chain)이라고 한다. 함수 C의 outerEnvironmentReference는 함수 B의 LexicalEnvironment를 참조한다. 함수 B의 LexicalEnvironment에 있는 outerEnvironmentRef... js실행컨텍스트스코프스코프체인outerEnvironmentReferencejs
[JS] 실행 컨텍스트 - 스코프, 스코프 체인, outerEnvironmentReference A의 내부에서 선언한 변수는 오직 A의 내부에서만 접근할 수 있다. 이러한 '식별자의 유효범위'를 안에서부터 바깥으로 차례로 검색해나가는 것을 스코프 체인(scope chain)이라고 한다. 함수 C의 outerEnvironmentReference는 함수 B의 LexicalEnvironment를 참조한다. 함수 B의 LexicalEnvironment에 있는 outerEnvironmentRef... js실행컨텍스트스코프스코프체인outerEnvironmentReferencejs