await vs promise javascript code example Example: js await const a = async () => { await b(); c(); };