js alors vs attendre

const a = async () => {	
  	await b();
  	c();
};
Solstice