test1.js
278 Bytes
console.log("This is the 11111 line");
console.log("22223")
function a(){
return console.log("hi");
}
function b(){
return console.log("bye");
function c(){
return console.log("wawa");
>>>>>>> second
}
function g(){
return console.log("this is last line");
}