자바스크립트 객체 프로퍼티 퀴즈
3 Questions
5 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

다음 중 맞는 설명은 무엇인가요?

  • proto 접근자 프로퍼티는 object.prototype의 프로퍼티이다. (correct)
  • proto 접근자 프로퍼티는 프로토타입 체인을 구성하는 데 사용된다.
  • proto 접근자 프로퍼티는 객체가 직접 소유하는 프로퍼티이다.
  • proto 접근자 프로퍼티는 object.getPrototypeOf 메서드와 동일한 역할을 한다.

프로토타입 체인은 어떻게 구현되어야 할까요?

  • 단방향 링크드 리스트 (correct)
  • 배열
  • 이중 연결 리스트
  • 이진 트리

Constructor 프로퍼티는 어떤 객체에 존재하나요?

  • 모든 객체
  • 함수 객체
  • 프로토타입 객체 (correct)
  • 객체 리터럴

Study Notes

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Description

객체의 프로퍼티에 대해 깊이 이해하고 있나요? 이번 퀴즈에서는 _ _ proto _ _ 접근자 프로퍼티와 object.getPrototypeOf, object.setPrototypeOf 메서드에 대해 다룹니다. 객체의 프로퍼티를 수정하고 접근하는 방법에 대해 테스트해

More Like This

Use Quizgecko on...
Browser
Browser