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