Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[19장] 프로토타입 #15

Merged
merged 1 commit into from
Jul 10, 2023
Merged

[19장] 프로토타입 #15

merged 1 commit into from
Jul 10, 2023

Conversation

eeseung
Copy link
Collaborator

@eeseung eeseung commented Jul 7, 2023

[19장] 프로토타입 #14

이슈번호를 눌러서 해당 챕터의 퀴즈들을 확인하고 코멘트로 퀴즈 답을 작성해주세요!

@eeseung eeseung added the 19장 label Jul 7, 2023
@eeseung eeseung self-assigned this Jul 7, 2023
@ghost
Copy link

ghost commented Jul 7, 2023

혜수님

  1. X
  2. X

영준님

(1) : false
(2) : true
2. 프로토타입 상속 관계가 순환되는 것을 막기위해 에러를 발생시켜야 하기 때문

종현님

(1) 에러
(2) true

주연님

D - C - E - B

효리님

(1) false
(2) true
(3) true

@dudwns
Copy link
Member

dudwns commented Jul 7, 2023

혜수님 퀴즈

  1. X
  2. X

건우님 퀴즈

false가 출력된다.

2번이 틀렸다. 그 이유는 Gunwoo 생성자 함수와의 관계가 깨졌기 때문이다.

A: constructor
B: prototype


종현님 퀴즈

(1) 에러가 발생한다. 서로의 프로토타입을 가리키고 있는 기이한 현상이 발생하기 때문이다.

(2) true, front의 생성자 함수는 Devcorse다.


주연님 퀴즈

D -> C -> E -> B


효리님 퀴즈

(1) false
(2) true
(3) true


@suehdn
Copy link
Collaborator

suehdn commented Jul 7, 2023

건우님
A : constructor
B : prototype
2
false


영준님
1. (1)true, (2)true
2. 체인이 루프형으로 될때 오류를 발생시킴..?

종현님
(1) Error
(2) true

주연님
D-C-E-B

효리님
(1) false
(2) true
(3) true

@juyeon-park
Copy link
Member

혜수님 퀴즈

  1. false
  2. false 화살표함수는 none-constructor

건우님 퀴즈

A: constructor
B: prototype
틀린 화살표: 2번 . 상속 관계를 직접 변환해서 관계가 깨짐
출력: false

영준님 퀴즈

  1. false, true?
  2. 프로토타입 체인이 꼬이는 것을 방지하기 위해서? 근데 조건을 따로 줘서 막아야 하는 것으로 알고있음

종현님 퀴즈

  1. 에러 발생
  2. true

효리님 퀴즈

문제가 너무 귀엽네요😊

  1. 인스턴스 생성시 따로 메서드가 만들어져서 false
  2. true
  3. 둘다 undefined여서 true?

@jonghyunlee95
Copy link
Collaborator

혜수님 문제

  • X
  • X

건우님 문제

  • false
  • A: constructor
  • B: prototype....?

영준님 문제

  • true
  • true

주연님 문제

  • D -> C -> E -> B

효리님 문제

  • false
  • true
  • true

@eeseung
Copy link
Collaborator Author

eeseung commented Jul 7, 2023

혜수님 퀴즈
(1) X
(2) X

건우님 퀴즈
틀린 화살표: 2번
A: constructor
B: prototype
출력: false

영준님 퀴즈
(1) false
(2) true

종현님 퀴즈
(1) TypeError
(2) true

주연님 퀴즈
D -> C -> E -> B

효리님 퀴즈
(1) false
(2) true
(3) true

@hyoribogo
Copy link
Member

suehdn

  1. X
  2. X

mmsw1597

틀린 화살표 번호: 2번
실행 결과: false
A: constructor
B: prototype

dudwns

(1) false
(2) true

프로토타입에는 직접적으로 접근할 수 없기 때문이다. (꺅 틀렸다)

jonghyunlee95

(1) 에러
(2) true

juyeon-park

스코프체인에서 me를 찾습니다.
-> D -> C -> E ->

@eeseung eeseung merged commit 57e590e into main Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants