(day11 에서 분리)
function solution(n) { let a = n.toString() b= a.split("").map((i)=> i*1 ).reverse() return b; }
나머지 주워담기
parseInt