Réponse
const t = ["banana", "apple", "orange"];
Colonne
Explication
This is an indexed array (tableau à index). The first item in the array has a value of 0 and the last is (t.length - 1).
Question
syntax - create a constant variable t that stocks 3 "string": banana, apple, orange
Thématique






