JSFiddle - React, Tailwind, and code Playground

by Evgeniy Kvasyuk

JavaScript

const a = Promise.all([
 Promise.resolve(1),
  Promise.resolve(2),
   Promise.resolve(3),
]);

console.log(awaia);