"use strict;"
let bookId = 0;
function genNewBookId() {
bookID++;
return bookId;
}
console.log(genNewBookId());