Skip to content

Instantly share code, notes, and snippets.

@dimlucas
Created January 11, 2018 11:41
Show Gist options
  • Save dimlucas/b67048d40aca2f6d8f67e73634db88a7 to your computer and use it in GitHub Desktop.
Save dimlucas/b67048d40aca2f6d8f67e73634db88a7 to your computer and use it in GitHub Desktop.
function crunchTheNumbers() {
return Promise.all([getSensorAData(), getSensorBData(), getSensorCData()]).then((results) => {
console.log(results);
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment