function functionFunction(str) {
  return function (str1){
    return str + ', ' + str1
  }
}