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

자바스크립트/비동기/insoo #38

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Outwater
Copy link
Member

@Outwater Outwater commented Aug 31, 2022

JS엔진, 이벤트루프 부분은 'Q&A' 형식 보다는, 개념을 정확히 이해하는 것이 중요하다고 생각해서 정리형식으로 작성하여 올립니다.

헷갈리는 개념이나 애매핸 부분, 추가되어야할 부분 혹은 몰랐는데 깨달은 부분 등등이 있다면 리뷰를 통해 알려주세요 : )

  • 콜백, Promise, Async-await 개념은 현재 PR에 바로 추가 될 예정입니다.

해당 부분을 통해 대답할 수 있는 예상 질문들은 아래와 같습니다.

  • 자바스크립트는 싱글 스레드인가요?
  • 이벤트 루프에 대해 설명해주세요.
  • WebAPIs의 장단점이 무엇인가요?
  • 동기와 비동기란 무엇인가요?
  • 블로킹과 논블로킹은 무엇인가요?
  • 콜백함수란 무엇인가요?
  • 프로미스란 무엇이고 어떻게 사용되나요?
  • 프로미스와 async/await의 차이점은 무엇일까요?

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.

1 participant