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