1521738590

This commit is contained in:
Arti Zirk 2018-03-22 19:09:50 +02:00
parent 91efed6dcb
commit 22ddef7264
1 changed files with 2 additions and 2 deletions

4
app.js
View File

@ -15,8 +15,8 @@ function addBook(event){
<tr>
<td>1</td>
<td>${event.target.bookTitle.value}</td>
<td>Drama</td>
<td>Little book about my life</td>
<td>${event.target.bookGenre.value}</td>
<td>${event.target.bookDesc.value}</td>
<td>
<button>Edit</button>
<button>Delete</button>