서울에서 김서방 찾기

l·2022년 5월 6일
0
post-thumbnail

문제

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

풀이

function solution(seoul) { 
    const findIndex = seoul.indexOf("Kim");
    
    const answer = `김서방은 ${findIndex}에 있다`;
    
    return answer;
}

0개의 댓글

관련 채용 정보