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

[43장, 44장] Ajax, REST API #43

Merged
merged 2 commits into from
Sep 22, 2023
Merged

[43장, 44장] Ajax, REST API #43

merged 2 commits into from
Sep 22, 2023

Conversation

eeseung
Copy link
Collaborator

@eeseung eeseung commented Sep 20, 2023

[43장, 44장] Ajax, REST API #42

43장 발표자료
44장 발표자료

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

@eeseung eeseung self-assigned this Sep 20, 2023
@juyeon-park
Copy link
Member

혜수님 퀴즈

  1. DONE
  2. 200
  3. onload

영준님 퀴즈

  1. parse
  2. ?
  3. stringify
  4. 직렬화

종현님 퀴즈

xxo

효리님 퀴즈

request body에 null 상태로 전송된다

@jonghyunlee95
Copy link
Collaborator

혜수님 문제

  1. DONE
  2. 200
  3. onload

영준님 문제

  1. JSON.parse
  2. 역직렬화
  3. JSON.stringify
  4. 직렬화

주연님 문제

  1. open
  2. setRequestHeader
  3. send
  4. onload

효리님 문제

GET요청이라서 requestBody가 null이 된다...?

@dudwns
Copy link
Member

dudwns commented Sep 21, 2023

혜수님 퀴즈

  1. DONE
  2. 200
  3. Unload

종현님 퀴즈

  1. X
  2. X
  3. O

주연님 퀴즈

  1. open
  2. setRequestHeader
  3. send
  4. onload

효리님 퀴즈

get 요청에 body를 전달하면 null로 전달된다.

@hyoribogo
Copy link
Member

혜수님 퀴즈

(1) DONE
(2) 200
(3) onLoad

소문자..

영준님 퀴즈

(1) JSON.parse
(2) 역직렬화
(3) JSON.stringify
(4) 직렬화

종현님 퀴즈

  1. X
  2. X
  3. O

주연님 퀴즈

(1) open
(2) 흠.. MIME.. 관련.. 모르겠다
(3) send
(4) onload

@eeseung
Copy link
Collaborator Author

eeseung commented Sep 21, 2023

혜수님 퀴즈
(1) OPEN
(2) 200
(3) onload

영준님 퀴즈
(1) JSON.parse
(2) 역직렬화
(3) JSON.stringify
(4) 직렬화

종현님 퀴즈

  1. X
  2. X
  3. O

주연님 퀴즈

  1. open
  2. setRequestHeader
  3. send
  4. onload

효리님 퀴즈
HTTP 요청 메서드가 GET이기 때문에 null로 전달된다.

@suehdn
Copy link
Collaborator

suehdn commented Sep 22, 2023

죄송합니다 ㅠㅠ 깜빡하고있었습니다..

영준님

(1) Json.parse (2) 역직렬화 (3) Json.stringify (4) 직렬화

종현님

(1) X (2) X (3) O

주연님

(1) open (2) setRequestHeader (3) send (4) onload

효리님

요청을 Get으로 했기 때문에 body는 null?

@eeseung eeseung merged commit b53b3ec into main Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants