Merge pull request #2489 from mikitachyzhyk/patch-1

Considering Promise.any there are 6 static methods
This commit is contained in:
Ilya Kantor 2021-03-13 10:12:49 +03:00 committed by GitHub
commit e4c769d17b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Promise API # Promise API
There are 5 static methods in the `Promise` class. We'll quickly cover their use cases here. There are 6 static methods in the `Promise` class. We'll quickly cover their use cases here.
## Promise.all ## Promise.all