Promise.all([p1, p2]).then(values => {
   console.log(values); // [7, "123"]
});

BY Best Interview Question ON 11 Jan 2020