Skip to content

Commit

Permalink
EDIT: 1-1-1 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejha committed May 17, 2023
1 parent 6e38367 commit c9b9265
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch02/2-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ outer(); // --------------------- (3)
console.log(a); // 1;
```

(https://raw.githubusercontent.com/inu-appcenter/core-javascript-study/main/ch01/images/1-1-1.avif "그림-1")
(https://raw.githubusercontent.com/inu-appcenter/core-javascript-study/main/ch01/images/2-1-1.avif "그림-1")

실행 컨텍스트가 활성화될 때 자바스크립트 엔진은 해당 컨텍스트에 관련된 코드들을 실행하는 데 필요한 환경 정보들을 수집해서 실행 컨텍스트 객체에 저장

Expand Down
File renamed without changes.

0 comments on commit c9b9265

Please sign in to comment.