Lee SeJin

modity

Showing 1 changed file with 9 additions and 1 deletions
......@@ -7,9 +7,17 @@ function a(){
}
function b(){
console.log("hfiosahfasdfa");
console.log("sdfsfd");
return console.log("bye");
}
function c(){
return console.log("wawa");
>>>>>>> second
}
function d(){
return console.log("wawa");
}
function e(){
return console.log("wawa");
}
\ No newline at end of file
......