Removed note about promise chaining as suggested in issue #39487 (#39609)

pull/39613/head
Joseph Mawa 2020-09-18 18:30:37 +03:00 committed by GitHub
parent 8ceaa12058
commit d5000b5d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ myPromise.catch(error => {
```
<code>error</code> is the argument passed in to the <code>reject</code> method.
<strong>Note:</strong> the <code>then</code> and <code>catch</code> methods can be chained to the promise declaration if you choose.
</section>
## Instructions