Skip to content

Instantly share code, notes, and snippets.

@reinaldorauch
Created September 19, 2017 17:31
Show Gist options
  • Save reinaldorauch/77c53447a4abec125cdd80fcc11a956b to your computer and use it in GitHub Desktop.
Save reinaldorauch/77c53447a4abec125cdd80fcc11a956b to your computer and use it in GitHub Desktop.
(async() => {
const jsonComOsRegistros = [];
const arrayComAsRespostasDaPrimeiraFuncao = await Promise.all(jsonComOsRegistro.map(primeiraFuncaoQueRetornaPromise)
const arrayComAsRespostasDaSegundaFuncao = await Promise.all(jsonComOsRegistros.map(segundaFuncaoQueRetornaPromise)
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment