Showing
1 changed file
with
9 additions
and
1 deletions
1 | console.log("This is the 11111 line"); | 1 | console.log("This is the 11111 line"); |
2 | -console.log("22223") | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
2 | +console.log("22223") | ||
3 | + | ||
4 | +function a(){ | ||
5 | + return console.log("hi"); | ||
6 | +} | ||
7 | + | ||
8 | +function b(){ | ||
9 | + return console.log("bye"); | ||
10 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment