콘솔로 배열 요소 1개씩 찍기

Chaeeun Lee·2022년 9월 19일
0

백준 알고리즘

목록 보기
5/7

let arr = [1,2,3,4]

console.log(arr.join("\n"))

// 1
// 2
// 3
// 4
profile
나는야 뚝딱이 개발자야

0개의 댓글