Showing
1 changed file
with
8 additions
and
0 deletions
... | @@ -7,11 +7,19 @@ function a(){ | ... | @@ -7,11 +7,19 @@ 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 | } | 17 | } |
15 | function g(){ | 18 | function g(){ |
16 | return console.log("this is last line"); | 19 | return console.log("this is last line"); |
20 | +function d(){ | ||
21 | + return console.log("wawa"); | ||
22 | +} | ||
23 | +function e(){ | ||
24 | + return console.log("wawa"); | ||
17 | } | 25 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment