test1.js 263 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 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"); } function g(){ return console.log("this is last line"); }