diff --git a/app.js b/app.js index 80473af..583497a 100644 --- a/app.js +++ b/app.js @@ -23,7 +23,7 @@ function addBook(event){ ${event.target.bookGenre.value} ${event.target.bookDesc.value} - + @@ -39,6 +39,6 @@ function deleteBook(bookId) { bookTable.removeChild(rowElement); } -function editBook() { +function editBook(bookId) { console.log("Edit book"); }