Showing
1 changed file
with
5 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 c(){ | ||
5 | + return console.log("wawa"); | ||
6 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment