Réponse

function Cercle(rayon, nom) {
this.rayon = rayon;
this.name = name;
}

Colonne
Question

Syntaxe pour crer un constructeur de cercle qui attends en parametre "rayon" et "nom"

Thématique