편지 .split

임성은·2023년 2월 7일

나의풀이

function solution(message) {
    const answer = message.split('').length
    return answer * 2
}
profile
개발자의 길에 당차게 들어서다!!

0개의 댓글