Skip to content

Commit 8328026

Browse files
authored
Merge pull request #420 from maurozenoni/reworded-task-6-async
Rewording of the second task in Promise Chaining.
2 parents 9ce3109 + d5fedd3 commit 8328026

File tree

1 file changed

+1
-1
lines changed
  • 6-async/03-promise-chaining/02-error-async

1 file changed

+1
-1
lines changed

6-async/03-promise-chaining/02-error-async/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Error in setTimeout
22

3-
How do you think, does the `.catch` trigger? Explain your answer?
3+
What do you think? Will the `.catch` trigger? Explain your answer.
44

55
```js
66
new Promise(function(resolve, reject) {

0 commit comments

Comments
 (0)