Réponse
console.log(bookList[1]);
Colonne
Explication
Since index starts at zero, 1 represents the second item on the list
Question
code - get the value of the second item in an array (called bookList), write it in the console
Thématique






