Rewording of the second task in Promise Chaining.

This commit is contained in:
Mauro Zenoni 2018-04-02 22:00:08 +02:00 committed by GitHub
parent 62a0bb597f
commit d5fedd315e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {