fixed semicolon
This commit is contained in:
parent
8150be944b
commit
c09df52d6a
|
@ -1,5 +1,5 @@
|
|||
const getTheTitles = function(array) {
|
||||
return array.map(book => book.title)
|
||||
return array.map(book => book.title);
|
||||
};
|
||||
|
||||
module.exports = getTheTitles;
|
||||
|
|
Loading…
Reference in New Issue