function functionFunction(str) {
            fn=function(num){
                return str+', '+num
            }
            return fn
        }