first comit
This commit is contained in:
6
corrections/28-tableau-spread-operator.js
Normal file
6
corrections/28-tableau-spread-operator.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const europe = ["France", "Allemagne", "Espagne"];
|
||||
const asie = ["Chine", "Japon", "Inde"];
|
||||
|
||||
const monde = [...europe, ...asie];
|
||||
|
||||
console.log(monde);
|
||||
Reference in New Issue
Block a user