mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-13 19:56:05 +09:00
Clean up the oopsie. Rebuild the blank exercises.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var getTheTitles = function(array) {
|
||||
return array.map(book => book.title)
|
||||
var getTheTitles = function() {
|
||||
|
||||
}
|
||||
|
||||
module.exports = getTheTitles
|
||||
|
||||
Reference in New Issue
Block a user