Created
February 17, 2019 08:03
-
-
Save aramis-it/59164276fb9adcd66fa05942450410e1 to your computer and use it in GitHub Desktop.
Promise all
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([get("/v1/languages.json"), get("/v1/profiles.json")]).then( | |
values => { | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment