1521738590
This commit is contained in:
4
app.js
4
app.js
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user