Skip to content

Commit d5fedd3

Browse files
authored
Rewording of the second task in Promise Chaining.
1 parent 62a0bb5 commit d5fedd3

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)