Réponse
              async function f1() {
  let x = await myFunction();
}
Colonne
              
          Question
              Syntaxe de async et await pour la fonction f1 qui appelle la fonction myFunction qui renvoit une promesse ?
Thématique
              
           
            






