(프로그래머스) 서울에서 김서방 찾기

유지원·2022년 4월 23일
0

프로그래머스

목록 보기
34/66

문제 링크

https://programmers.co.kr/learn/courses/30/lessons/12919?language=javascript


Javascript

function solution(seoul) {
  return `김서방은 ${seoul.indexOf('Kim')}에 있다`;
}
profile
👋 https://github.com/ujw0712

0개의 댓글