function solution(seoul) { return `김서방은 ${seoul.indexOf("Kim")}에 있다`; }
indexOf() - 배열에서 입력한 값 찾기. 없으면 -1 출력