function solution(seoul) { for(let i=0;i<seoul.length;i++){ const seobang=seoul[i]; if(seobang ==="Kim") return `김서방은 ${i}에 있다` } }
김이 한명밖에 없는 서울이라..