Réponse

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

Colonne
Question

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

Thématique