2019-07-03 09:54:39 -05:00

8 lines
82 B
JavaScript

async function p(x) {
const y = do {
let z;
await x;
};
return y;
}