1521736140
This commit is contained in:
parent
c2c7b2a5e8
commit
93ad076820
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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user