Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 변경된 내용
📌 본문
함수가 특별한 객체라는 것을 알게 됐다. 또한 함수와 관련된 특수한 프로퍼티들에 대해서 학습할 수 있는 시간을 가졌다.
프로토타입. 우선 중간 정도 읽었는데 나머지 부분은 이후에 학습해서 PR로 채워넣겠습니다.
자바스크립트의 상속은 프로토타입 객체를 통해서 이뤄진다는 것을 알게됐다. 이게 프로토타입에도 또 __proto__가 있어서 헷갈리는 것 같다. 참조의 참조의 참조와 지금 이 참조가 어떤 객체를 가리키고 있는지에 대한 개념이기 때문에 조금 헷갈리는 것 같다. 시간을 좀 더 투자해야겠다.