first comit
This commit is contained in:
5
corrections/22-tableau-boucle-forEach.js
Normal file
5
corrections/22-tableau-boucle-forEach.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const nombres = [10, 20, 30, 40, 50];
|
||||
|
||||
nombres.forEach((nombre) => {
|
||||
console.log(nombre * 2);
|
||||
});
|
||||
Reference in New Issue
Block a user