ازاى استخدم async/await ؟ ازاى استخدم async/await بدل then.....catch يعنى مثلاrandomPromise .then(()=>{ //do something }) .catch(()=>{ //an error has occurred })ازاى اكتب الكود ده ب  async/await  ؟