Réponse
cons t = ["cerise", "banane", "pomme"];
Colonne
Explication
premiere valeur = index 0 et la dernière index (t.length -1)
Question
Quelle syntaxe pour creer une variable constante (array)(!) t qui stock 3 string cerise banane pomme
Thématique