diff --git a/app.js b/app.js index 4b85e85..73b25a4 100644 --- a/app.js +++ b/app.js @@ -18,7 +18,7 @@ function addBook(event){ let bookId = genBookId(); let row = ` - ${bookId} + ${bookId + 1} ${event.target.bookTitle.value} ${event.target.bookGenre.value} ${event.target.bookDesc.value}