1521737553
This commit is contained in:
2
app.js
2
app.js
@@ -7,7 +7,7 @@ addForm.addEventListener("submit", addBook);
|
|||||||
|
|
||||||
function addBook(event){
|
function addBook(event){
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
console.log("Add Book");
|
console.log("Add Book", event.target.bookTitle.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
function deleteBook() {
|
function deleteBook() {
|
||||||
|
|||||||
Reference in New Issue
Block a user