Guest User

Untitled

a guest
Jan 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function crunchTheNumbers() {
  2. return Promise.all([getSensorAData(), getSensorBData(), getSensorCData()]).then((results) => {
  3. console.log(results);
  4. })
  5. }
Add Comment
Please, Sign In to add comment