Rewording of the second task in Promise Chaining.
This commit is contained in:
parent
62a0bb597f
commit
d5fedd315e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Error in setTimeout
|
||||
|
||||
How do you think, does the `.catch` trigger? Explain your answer?
|
||||
What do you think? Will the `.catch` trigger? Explain your answer.
|
||||
|
||||
```js
|
||||
new Promise(function(resolve, reject) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue