1521739877

This commit is contained in:
Arti Zirk 2018-03-22 19:31:17 +02:00
parent b7c44f9c71
commit ab12d19369
1 changed files with 2 additions and 0 deletions

2
app.js
View File

@ -25,6 +25,8 @@ function addBook(event){
desc: event.target.bookDesc.value desc: event.target.bookDesc.value
} }
books[bookId] = book;
let row = ` let row = `
<tr id="bookRow${bookId}"> <tr id="bookRow${bookId}">
<td>${bookId + 1}</td> <td>${bookId + 1}</td>