mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
traduction
i forgot this was the french doc
This commit is contained in:
parent
f92694aac9
commit
c4175c9f62
@ -332,7 +332,7 @@ description; // = "Paul Ken 18 "
|
|||||||
// (ce qui inclut les objets Array, Map, Set, String, ... Mais pas un objet littéral !)
|
// (ce qui inclut les objets Array, Map, Set, String, ... Mais pas un objet littéral !)
|
||||||
let myPets = "";
|
let myPets = "";
|
||||||
const pets = ["cat", "dog", "hamster", "hedgehog"];
|
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 + " ";
|
myPets += pet + " ";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user