.then (async
async function hello() { return "Hello" };
hello();
Graceful Gentoo
async function hello() { return "Hello" };
hello();