Podcast
Questions and Answers
다음 중 맞는 설명은 무엇인가요?
다음 중 맞는 설명은 무엇인가요?
- proto 접근자 프로퍼티는 object.prototype의 프로퍼티이다. (correct)
- proto 접근자 프로퍼티는 프로토타입 체인을 구성하는 데 사용된다.
- proto 접근자 프로퍼티는 객체가 직접 소유하는 프로퍼티이다.
- proto 접근자 프로퍼티는 object.getPrototypeOf 메서드와 동일한 역할을 한다.
프로토타입 체인은 어떻게 구현되어야 할까요?
프로토타입 체인은 어떻게 구현되어야 할까요?
- 단방향 링크드 리스트 (correct)
- 배열
- 이중 연결 리스트
- 이진 트리
Constructor 프로퍼티는 어떤 객체에 존재하나요?
Constructor 프로퍼티는 어떤 객체에 존재하나요?
- 모든 객체
- 함수 객체
- 프로토타입 객체 (correct)
- 객체 리터럴
Flashcards are hidden until you start studying
Study Notes
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.