Created
September 21, 2019 06:59
-
-
Save ppeeou/fcc5bc40c79fa7d4bb1d4094a6cfd811 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Promise | |
.all([promise1,promise2,promise3]) | |
.then(fn) | |
.catch(fn) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment