SOURCE

function functionFunction(str) {
    return function f(str2){
        console.log(str,str2)
    }
}

 functionFunction('Hello')('World')
console 命令行工具 X clear

                    
>
console