test1.js
420 Bytes
console.log("This is the 11111 line");
console.log("22223")
function a(){
return console.log("hi");
}
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");
}