From 67b623982473cf06aa7936cab294c5562e91b263 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Fri, 28 Jun 2024 15:36:29 +0200 Subject: [PATCH] code.js ajout instruction appel --- code.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code.js b/code.js index d576341..7a2e43e 100644 --- a/code.js +++ b/code.js @@ -284,7 +284,8 @@ function genererCourriel(tab) let nb = nbocc(courriel, tab); if (nb == 0) { return courriel; } } -} +}; +return genererCourriel(${lescourriels}) // ------------------------------------------------------------------------ // sélectionner un courriel au hasard dans un tableau en s'assurant