1521736140
This commit is contained in:
11
hello/app.js
11
hello/app.js
@@ -1 +1,10 @@
|
|||||||
console.log("Hello!")
|
"use strict;"
|
||||||
|
|
||||||
|
let bookId = 0;
|
||||||
|
|
||||||
|
function genNewBookId() {
|
||||||
|
bookId++;
|
||||||
|
return bookId;
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log(genNewBookId());
|
||||||
|
|||||||
Reference in New Issue
Block a user