function* f() {
  // star after keyword function
}

function *f() {
  // star befor function name
}