8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8150be9 commit c09df52Copy full SHA for c09df52
getTheTitles/getTheTitles.js
@@ -1,5 +1,5 @@
1
const getTheTitles = function(array) {
2
- return array.map(book => book.title)
+ return array.map(book => book.title);
3
};
4
5
module.exports = getTheTitles;
0 commit comments