Last active
September 7, 2021 02:30
-
-
Save andsilver/92121da5198928a4a4a0d8c28a0f451f to your computer and use it in GitHub Desktop.
This file contains hidden or 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(promises).then(values => { | |
// use values | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment