Réponse
function addition(a,b) {
return a + b;
}
Colonne
Explication
To see js code standards: https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_g…
Question
syntax - make an "addition" function that adds two parameters a & b and returns the sum
Thématique






