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