[Algorithm] 29 week(8.01 ~ 8.07) 1/3

Dev_min·2022년 8월 1일
0

algorithm

목록 보기
90/157

프로그래머스 2016년

function solution(a, b) {
    return new Date(2016, a-1, b).toString().slice(0, 3).toUpperCase()
}
profile
TIL record

0개의 댓글