difference between .then and await code example Example: js await const a = async () => { await b(); c(); };