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

[46장] 제너레이터와 async/await #57

Open
LucyYoo opened this issue Feb 9, 2023 · 1 comment
Open

[46장] 제너레이터와 async/await #57

LucyYoo opened this issue Feb 9, 2023 · 1 comment

Comments

@LucyYoo
Copy link
Owner

LucyYoo commented Feb 9, 2023

자바스크립트 딥 다이브 퀴즈

[46장] 제너레이터와 async/await

아래 마크다운을 복사하여 코멘트로 퀴즈를 남겨주세요!

Q1. 퀴즈 설명
퀴즈 내용 서술...

<details>
	<summary>정답</summary>
	<div markdown="1">    
	정답 설명
	</div>
</details>
@Heojiyeon
Copy link
Collaborator

Q1. 제너레이터가 무엇인지, 언제 활용하는 지 설명해주세요.

정답
ES6에서 도입된 제너레이터는 코드 블록의 실행을 일시 중지했다가 필요한 시점에 재개할 수 있는 특수한 함수다.
이터러블을 구현하거나 비동기 처리에 활용할 수 있다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants