Skip to content

Commit

Permalink
[Modify] 불필요한 포스트 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud committed Oct 25, 2023
1 parent 163b9de commit a51758e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 384 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,3 +535,9 @@ console.lopg(Rectangle.isRectangle(rect1)) // true
- 빈 함수(Bridge)와 Object.freeze를 활용하는 방법
- Object.create를 활용하는 방법
- 이 세방법 모두 contructor프로퍼티가 원래의 생성자 함수를 바라보도록 조절이 필요하다.

# 정리

생각보다 확실하게 알지 못하였던 개념, 익숙은하나 이해를 제대로 하지 못한개념 등이 많이 있었던 것 같다.
이번을 계기로 실행컨텍스트의 역할에 대한 제대로된 인식, this가 왜 난장판이 되었는지, 스코프는 왜 또 그렇게 된건지 등을 실행컨텍스트라는 기본 개념을 통해 설명할 수 있게 되었다.
시간이 조금 더 흐른후에 한번 더 보면 또 무엇인가 새로운것이 느껴지지 않을까 싶기도하다 😀
301 changes: 0 additions & 301 deletions pre-post/2022-09-12-Backtracking.md

This file was deleted.

Loading

0 comments on commit a51758e

Please sign in to comment.