Réponse

function addition(a,b){
return a + b;
}

Question

Fonction pour ajouter deux nombres a et b

Thématique