function functionFunction(str) {
    return f = function(str1){
        return str + ", " + str1;
    }
}