function Personne(prenom, nom, age, genre, interets) { this.nom = { prenom, nom }; this.age = age; this.genre = genre; this.interets = interets; };