indexOf 메소드를 안다면 매우 쉽게 풀 수 있었을 것입니다.
indexOf
let solution= (seoul) => `김서방은 ${seoul.indexOf("Kim")}에 있다`;