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

[40장] 이벤트 -1 #37

Merged
merged 1 commit into from
Sep 5, 2023
Merged

[40장] 이벤트 -1 #37

merged 1 commit into from
Sep 5, 2023

Conversation

suehdn
Copy link
Collaborator

@suehdn suehdn commented Sep 3, 2023

[40장-1] 이벤트 #36

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

@suehdn suehdn added the 40장 label Sep 3, 2023
@suehdn suehdn self-assigned this Sep 3, 2023
@suehdn suehdn changed the title docs: 40장 -1 발표자료 docs: 40장 -1 이벤트 발표자료 Sep 3, 2023
@suehdn suehdn changed the title docs: 40장 -1 이벤트 발표자료 [40장 -1] 이벤트 발표자료 Sep 3, 2023
@suehdn suehdn changed the title [40장 -1] 이벤트 발표자료 [40장] 이벤트 -1 Sep 3, 2023
@juyeon-park
Copy link
Member

종현님 퀴즈

프롱이들 팀 프로젝트 화이팅!

승희님 퀴즈

$button.onclick = null;

영준님 퀴즈

이벤트 핸들러의 첫번째 매개변수가 event가 아니라 에러 발생!

효리님 퀴즈

[이벤트 핸들러 프로퍼티 방식]button click
[addEventListener 메서드 방식]button click

@jonghyunlee95
Copy link
Collaborator

승희님 문제

$button.onclick = null;

영준님 문제

이벤트 핸들러 함수의 매개변수가 event가 아니라서...?

효리님 문제

[이벤트 핸들러 프로퍼티 방식]button click
[addEventListener 메서드 방식]button click

주연님 문제

  1. X
  2. X
  3. O

@suehdn
Copy link
Collaborator Author

suehdn commented Sep 4, 2023

종현님

프롱이들 팀 프로젝트 화이팅!

승희님

$button.onclick = null;

영준님

showCoords(e)
이벤트 핸들러 어트리뷰트 방식은 매개변수가 반드시 event여야함

효리님

[이벤트 핸들러 프로퍼티 방식]button click
[addEventListener 메서드 방식]button click

주연님

  1. X
  2. X
  3. O

@dudwns
Copy link
Member

dudwns commented Sep 4, 2023

종현님 퀴즈

프롱이들 팀 프로젝트 화이팅!


승희님 퀴즈

$button.onclick = null;


효리님 퀴즈

[이벤트 핸들러 프로퍼티 방식]button click
[addEventListener 메서드 방식]button click


주연님 퀴즈

  1. X
  2. X
  3. O

@eeseung
Copy link
Collaborator

eeseung commented Sep 4, 2023

종현님 퀴즈
프롱이들 팀 프로젝트 화이팅!

영준님 퀴즈

<body onclick="showCoords(e)">

효리님 퀴즈

[이벤트 핸들러 프로퍼티 방식]button click
[addEventListener 메서드 방식]button click

주연님 퀴즈

  1. X
  2. X
  3. O

@hyoribogo
Copy link
Member

종현님 퀴즈

프롱이들 팀 프로젝트 화이팅!

승희님 퀴즈

$button.onclick = null

영준님 퀴즈

이벤트 어트리뷰트로는 event로 매개변수를 받아야 하는데 e로 받아서

주연님 퀴즈

  1. X
  2. X
  3. X ㅠㅠ

@juyeon-park juyeon-park merged commit 9914fda into main Sep 5, 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