massicos / routine

0 stars 0 forks source link

Routine-26 - Corriger proprement l'installation du fichier www/js/routine.js #26

Closed massicos closed 7 years ago

massicos commented 10 years ago

La fonction getPrenomNormalise est hardcodé avec Charles et Léanne

    function getPrenomNormalise(){
        if (this.prenom == "Charles") {
            return "charles";
        }
        return "leanne";
    };
massicos commented 7 years ago

C'est fait !