Lee SeJin

finally

Showing 1 changed file with 8 additions and 0 deletions
......@@ -7,11 +7,19 @@ function a(){
}
function b(){
console.log("hfiosahfasdfa");
console.log("sdfsfd");
return console.log("bye");
}
function c(){
return console.log("wawa");
}
function g(){
return console.log("this is last line");
function d(){
return console.log("wawa");
}
function e(){
return console.log("wawa");
}
\ No newline at end of file
......