function myFunc4 () { return function myFunc5 () {} } console.log(myFunc4()); // function myFunc5 () {}