code.js ajout instruction appel

This commit is contained in:
Jean-Christophe Engel 2024-06-28 15:36:29 +02:00
parent b2f19099d5
commit 67b6239824

View File

@ -284,7 +284,8 @@ function genererCourriel(tab)
let nb = nbocc(courriel, tab); let nb = nbocc(courriel, tab);
if (nb == 0) { return courriel; } if (nb == 0) { return courriel; }
} }
} };
return genererCourriel(${lescourriels})
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
// sélectionner un courriel au hasard dans un tableau en s'assurant // sélectionner un courriel au hasard dans un tableau en s'assurant