1 2 3 4
async function foo () { console.log("hello world") await setTimeout( () => console.log("hh"), 2000) }