8000 fixed semicolon · unconnect/javascript-exercises@c09df52 · GitHub
[go: up one dir, main page]

Skip to content

Commit c09df52

Browse files
committed
fixed semicolon
1 parent 8150be9 commit c09df52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getTheTitles/getTheTitles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const getTheTitles = function(array) {
2-
return array.map(book => book.title)
2+
return array.map(book => book.title);
33
};
44

55
module.exports = getTheTitles;

0 commit comments

Comments
 (0)
0