We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d5b7f commit 2c49a8dCopy full SHA for 2c49a8d
1 file changed
1-js/11-async/08-async-await/02-rewrite-async-2/task.md
@@ -1,11 +1,7 @@
1
2
# async와 await를 사용해서 '다시 던지기' 예시 재작성하기
3
4
-<<<<<<< HEAD
5
<info:promise-chaining> 챕터에서 다뤘던 '다시 던지기(rethrow)' 관련 예시를 기억하실 겁니다. 이 예시를 `.then/catch` 대신 `async/await`를 사용해 다시 작성해 봅시다.
6
-=======
7
-Below you can find the "rethrow" example. Rewrite it using `async/await` instead of `.then/catch`.
8
->>>>>>> upstream/master
9
10
그리고 `demoGithubUser` 안의 반복(recursion)은 반복문(loop)을 사용해 작성하도록 합시다. `async/await`를 사용하면 쉽게 작성할 수 있습니다.
11
0 commit comments