From c4175c9f62d0aba25d619b4ec09307c4b8abd27a Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Thu, 20 Aug 2020 13:24:05 +0530 Subject: traduction i forgot this was the french doc --- fr-fr/javascript-fr.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr-fr/javascript-fr.html.markdown b/fr-fr/javascript-fr.html.markdown index fa9ffa04..186859ab 100644 --- a/fr-fr/javascript-fr.html.markdown +++ b/fr-fr/javascript-fr.html.markdown @@ -332,7 +332,7 @@ description; // = "Paul Ken 18 " // (ce qui inclut les objets Array, Map, Set, String, ... Mais pas un objet littéral !) let myPets = ""; const pets = ["cat", "dog", "hamster", "hedgehog"]; -for (let pet of pets){ //`(const pet of pets)` is also possible +for (let pet of pets){ //`(const pet of pets)` est également possible myPets += pet + " "; } -- cgit v1.2.3