diff --git a/hello/app.js b/hello/app.js index d1d62cd..051d650 100644 --- a/hello/app.js +++ b/hello/app.js @@ -3,7 +3,7 @@ let bookId = 0; function genNewBookId() { - bookId++; + bookID++; return bookId; }