Considering Promise.any there are 6 static methods

This commit is contained in:
Mikita Chyzhyk 2021-02-02 14:13:12 +03:00 committed by GitHub
parent 58c9aae07f
commit 7be7b28a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# 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