Skip to content

Instantly share code, notes, and snippets.

@aramis-it
Created February 17, 2019 08:03
Show Gist options
  • Save aramis-it/59164276fb9adcd66fa05942450410e1 to your computer and use it in GitHub Desktop.
Save aramis-it/59164276fb9adcd66fa05942450410e1 to your computer and use it in GitHub Desktop.
Promise all
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