Make 11 tests pass

This commit is contained in:
marleyrae 2023-06-19 17:23:59 -07:00
parent d12565e621
commit efd82eeec7

View file

@ -1,6 +1,6 @@
const getTheTitles = function() { const getTheTitles = function (books) {
return books.map(({title}) => title)
}; }
// Do not edit below this line // Do not edit below this line
module.exports = getTheTitles; module.exports = getTheTitles