Roseline Blog
/
개발 이야기(166)
/
실행컨텍스트#1 - 환경 레코드
Search
Share
실행컨텍스트#1 - 환경 레코드
subtitle
변수의 저장과 참조 방식
Tags
자바스크립트
Created
2021/03/27
2 more properties
자바스크립트 실행컨텍스트#1 - 환경 레코드
Environment Record is a specification type used to define the association of Identifiers to specific variables and functions, based upon the lexical nesting structure of ECMAScript code. - ECMAscript