Réponse

function Personne(n) { this.nom = n; }

Question

Comme écrire un constructeur de "Personne" qui attend comme paramètre "n" qui sera stocké dans la propriété "nom" ?

Thématique