We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a0bb5 commit d5fedd3Copy full SHA for d5fedd3
6-async/03-promise-chaining/02-error-async/task.md
@@ -1,6 +1,6 @@
1
# Error in setTimeout
2
3
-How do you think, does the `.catch` trigger? Explain your answer?
+What do you think? Will the `.catch` trigger? Explain your answer.
4
5
```js
6
new Promise(function(resolve, reject) {
0 commit comments