Update from source

Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en
This commit is contained in:
davegregg@gmail.com 2018-06-11 14:35:41 -04:00
commit 26ec750878
10 changed files with 16 additions and 16 deletions

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