Showing
1 changed file
with
9 additions
and
1 deletions
| ... | @@ -7,9 +7,17 @@ function a(){ | ... | @@ -7,9 +7,17 @@ function a(){ |
| 7 | } | 7 | } |
| 8 | 8 | ||
| 9 | function b(){ | 9 | function b(){ |
| 10 | + console.log("hfiosahfasdfa"); | ||
| 11 | + console.log("sdfsfd"); | ||
| 10 | return console.log("bye"); | 12 | return console.log("bye"); |
| 13 | +} | ||
| 11 | 14 | ||
| 12 | function c(){ | 15 | function c(){ |
| 13 | return console.log("wawa"); | 16 | return console.log("wawa"); |
| 14 | ->>>>>>> second | 17 | +} |
| 18 | +function d(){ | ||
| 19 | + return console.log("wawa"); | ||
| 20 | +} | ||
| 21 | +function e(){ | ||
| 22 | + return console.log("wawa"); | ||
| 15 | } | 23 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment