Make 11 tests pass
This commit is contained in:
parent
d12565e621
commit
efd82eeec7
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
const getTheTitles = function() {
|
||||
|
||||
};
|
||||
const getTheTitles = function (books) {
|
||||
return books.map(({title}) => title)
|
||||
}
|
||||
|
||||
// Do not edit below this line
|
||||
module.exports = getTheTitles;
|
||||
module.exports = getTheTitles
|
||||
|
|
Loading…
Reference in a new issue