const getTheTitles = function(title) { console.log(title) bookTitle = title.map(obj => obj.title) return bookTitle }; // Do not edit below this line module.exports = getTheTitles;