Level
프로그래머스 Lv1
Recruitment
function solution8(seoul) {
  return `김서방은 ${seoul.indexOf("Kim")}에 있다`;
}