Skip to content

Commit

Permalink
Update 건우.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gun woo authored Jul 19, 2023
1 parent 95b24b2 commit fda5ec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions [23장] 실행 컨텍스트/건우.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function foo(){
}

foo();

함수 실행 순서는 전역 -> foo -> bar -> foo -> 전역
```
![image](https://github.com/prgrms-web-devcourse/FEDC4-deep-dive-study/assets/55936770/9b631714-150c-419a-914e-b628564e6342)<br>
+ 실행 컨텍스트 스택은 코드 실행 순서를 관리합니다.
Expand Down

0 comments on commit fda5ec6

Please sign in to comment.