1521739749

This commit is contained in:
Arti Zirk 2018-03-22 19:29:09 +02:00
parent 87b2235528
commit 232145c7ee
1 changed files with 2 additions and 0 deletions

2
app.js
View File

@ -12,6 +12,8 @@ function genBookId() {
return lastBookId++;
}
let books = {}
function addBook(event){
event.preventDefault();
console.log("Add Book", event.target.bookTitle.value);