code.js ajout instruction appel
This commit is contained in:
parent
b2f19099d5
commit
67b6239824
1 changed files with 2 additions and 1 deletions
3
code.js
3
code.js
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue