Skip to content

Instantly share code, notes, and snippets.

@gsampath127
Last active April 2, 2020 16:55
Show Gist options
  • Save gsampath127/b104bc20d69debc17baee3976263de4c to your computer and use it in GitHub Desktop.
Save gsampath127/b104bc20d69debc17baee3976263de4c to your computer and use it in GitHub Desktop.
async function do() {
await Promise.all([saladPromise, sEggPromise, burgerPromise]);
return "done!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment