await demo
async function fn(){ await console.log('2'); console.log('3'); } console.log('1'); fn(); console.log('4');